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


2 answers
112 views
0
How to Verify the Existence of Elements in XPath

python 2.7.10 and selenium and chrome driver.When using selenium in python and finding_element using xpath, I would like to separate the processing according to whether or not the xpath element exists...

2 years ago

2 answers
119 views
0
Selenium::WebDriver::Error::WebDriverError: Unable to find the chromedriver executable.

I try to move Chrome by writing MacOS-X and Selenium in Ruby, but it doesn't work.The Ruby and Selenium installation went well, but I'm into ChromeDriver installation.Specifically, use irb to require ...


2 answers
106 views
0
Selenium::WebDriver::Error::WebDriverError: Unable to find the chromedriver executable.

I try to move Chrome by writing MacOS-X and Selenium in Ruby, but it doesn't work.The Ruby and Selenium installation went well, but I'm into ChromeDriver installation.Specifically, use irb to require ...


1 answers
76 views
0
About scraping with selenium in docker environment

I am currently studying using rails in a docker environment.I play with selenium scraping.It worked fine locally, but as soon as I docked, I got an error.What do you want to doInstead of headless (wit...


1 answers
64 views
0
About scraping with selenium in docker environment

I am currently studying using rails in a docker environment.I play with selenium scraping.It worked fine locally, but as soon as I docked, I got an error.What do you want to doInstead of headless (wit...


1 answers
64 views
0
Unable to retrieve element in selenium

http://www1.river.go.jp/cgi-bin/SrchSiteSui2.exeI would like to automatically input the water system and observation items in this link using python selenium.First of all, I tried the water system one...

2 years ago

1 answers
78 views
0
I don't know how to get html elements for pages with different contents in the same url.

PMDA site has the same URL for search confirmation as search form, but I would like to analyze html for search confirmation.The code below cannot analyze the search confirmation html and detects the s...


2 answers
146 views
0
Page transitions in selenium webdriver

After logging in using WebDriver and logging in at the login screen, I would like to transition to another page on that browser page, but I am troubled that it does not.The following sourceslogin func...


1 answers
76 views
0
Python CSV output does not work.

Attempted to output the scraping that I tried while imitating.However, the output is only similar to the attached image.There are no specific errors, but I would appreciate it if you could tell me whe...

2 years ago

2 answers
142 views
0
To generate a tap (touch) event on the Selenium ChromeDriver

Tap event for specific elements in ChromeDrivertouchstarttouchendHow do I code to trigger the?

« - 3 - »

© 2024 OneMinuteCode. All rights reserved.