selenium tag

Selenium is an open source umbrella project for a range of tools and libraries aimed at supporting browser automation. It provides a playback tool for authoring functional tests across most modern web browsers, without the need to learn a test scripting language (Selenium IDE). It also provides a test domain-specific language (Selenese) to write tests in a number of popular programming languages, including JavaScript (Node.js), C#, Groovy, Java, Perl, PHP, Python, Ruby and Scala. Selenium runs on Windows, Linux, and macOS. It is open-source software released under the Apache License 2.0.

Reference: WIKIPEDIA

110 questions


1 answers
71 views
0
I want to output the scraping results to Excel.

I would like to categorize the ranking of amebro and scrap the ranking and title until the page is gone, but Excel output is not working well.I'm a beginner and I'm aware that there are many mistakes,...


2 answers
63 views
0
Error when attempting to move selenium using headlesschrome on lambda

It's multi-post.https://teratail.com/questions/375966I also asked for answers on teratail, but I will also post it here as it does not seem to solve the problem.I'd like to use headlesschrome on lambd...

2 years ago

1 answers
87 views
0
I can check the check box with Javascript, but input type="checkbox" does not have checked.

I'm scraping my company site with Python and selenium, but after checking the check box, there is a button to press [Confirm button].So, after accessing the site with selenium, I thought about checkin...


1 answers
56 views
0
I want you to search and rename the csv file name "fm_data20??_??_???" on the desktop.

Prerequisites/What you want to achieveI would like to search for the csv file name fm_data20????? on my desktop and change it to upload.csv.Since fm_data20?????? changes day by day, it contains any si...

2 years ago

1 answers
74 views
0
I want to search for multiple Twitter keywords using selenium.

Prerequisites/What you want to achievepython:using seleniumI'd like to read the data repeatedly from Excel and search Twitter.If there are more than two cities in column C, I would like to search on T...


1 answers
80 views
0
I want to do something about loading timeout on Selenium Webdriver.

The language is ruby, selenium version 2.2 and the browser is Firefox 31.4.After I click the login button on Facebook, I go to the members page. The member page has a very high probability that the lo...

2 years ago

1 answers
88 views
0
I want to save the file I downloaded from selenium to my desktop.

Prerequisites/What you want to achieveI'd like to save the file I downloaded from python selenium to my desktop.I did exactly what was listed on the ↓ site, but it fell into the Downloads folder of th...

2 years ago

1 answers
112 views
0
TTimed out waiting for driver server to start 」 on Webdriver

I'm sorry.I use PHP, slenium, and chromedriver for scraping.I get Timed out waiting for driver server to start errors irregularly and frequently, but I don't know why at all.Please let me know if anyo...


1 answers
117 views
0
Unable to execute sample code "Transition to specified url"

I'm a Python beginner.Sample code for transition to specified url I looked it up on the Internet. from selenium import webdriverdriver=webdriver.Chrome(C:/Desktop/chromedriver.exe)driver.get (https://...


2 answers
99 views
0
I want to load HTML in python+selenium+chrome

https://www.coin-laundry.co.jp/userp/shop_detail/10000543.htmlI would like to extract a health table from the above site.The table part seems to be generated by javascript, so I wrote the code to get ...

« - 5 - »

© 2024 OneMinuteCode. All rights reserved.