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
70 views
0
Some drivers.find_element(By.LINK_TEXT, "XXXX") do not fail

You can press では in the code below without any errors, but だ will print の error.Please tell me the cause.It may not matter, but I also pasted the result of the pip list under the code.① driver.find_el...


1 answers
119 views
0
I would like to manage python selenium login ID and password in a separate file.

Prerequisites/What you want to achieveI would like to manage python selenium login ID and password in a separate file.When I looked it up on the Internet, I heard that I would use configparser and ini...

2 years ago

1 answers
139 views
0
I want to use Selenium to start Firefox.

symptomsWhen I run the Python code below in the Jupiter Notebook that I opened in VSCode, an error appears and Firefox cannot start. from selenium import geckodriverImportError Traceback (most recent ...


1 answers
74 views
0
How to get the height, width of HTML elements on PhantomJS of selenium

http://www.tenki.jp/forecast/3/16/4410/13208.htmlObtain height, width of Chofu City Alarms and Warnings on this page from selenium import webdriverURL=http://www.tenki.jp/forecast/3/16/4410/13105-dail...


1 answers
86 views
0
About running cron

I would like to use cron to run Selenium WebDriver on time, but I would like to know if cron can be run under the following circumstances.US>Status


1 answers
141 views
0
Understanding the Separation of Browser Display and Headerless Mode Behavior

Background: I'm a beginner at seleniumI'm using selenium to get information on a site.Even though the information was retrieved successfully when the browser was displayed, the following error occurre...


1 answers
84 views
0
I want to get a screenshot of the iTunes Connect login page when I use selenium's headless mode.

VerifiedComment out and run the headless mode portionメThe part where you click by entering your email address or password also works without any problemsVerify that you can access the chrome front pag...


1 answers
62 views
0
selenium window_handles freezes in python

The driver.window_handles will freeze with the code below.It does not freeze all the time, but occurs about once every 10 times.There are no error messages or exceptions.Switch control to a window wit...

2 years ago

1 answers
126 views
0
I don't know how to specify a file name when downloading files from Selenium using Chrome.

From Selenium, I was able to automatically operate Google Chrome and click on the CSV download button element to download it.When I download it, the Save As dialog appears. How do I specify where to s...


1 answers
86 views
0
I want to stop updating Google Chrome automatically.

environmentmacOS high sierraGoogle Chrome 86.0.4240.80 (Official Build) (x86_64) ReasonI'm using selenium and it's hard to install webdriver every time the version changes, so I'd like to stop updatin...

« - 4 - »

© 2024 OneMinuteCode. All rights reserved.