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
94 views
0
Unable to Import and Use org.openqa

Unable to import and use org.openqa, the name error is as follows: import org.openqaNo module named 'org'- What you tried ·I used python as a dialogue shell and reconfirmed it one by one, but the resu...


1 answers
79 views
0
Unable to locate Chromium log for Ubuntu 19.10

I'm using Ubuntu 19.10, but I don't know where the Chromium logs are.Where is it?I am working on Chromium from selenium, and some error occurs, so I would like to see Chromium's log at that time.If yo...


1 answers
95 views
0
Difference between selenium and chrome driver, relationship

I am a high school student studying crawl.I use selenium and chrome driver when I crawl, but I don't know the difference between the two. Both are described as devices for automating web browsers, and...

2 years ago

1 answers
167 views
0
Append to a new list in the existing list

Web-crawling shopping mall, in the purchase item partThere is a button called Purchase Quantity, If sold out, there is no button, If you have multiple options (color or size), you will get different v...

2 years ago

1 answers
84 views
0
Selenium.WebDriver is trying to access the HTML source of the Web element

I'm using Python binding to spin the Selenium web driver.from selenium import webdriverwd = webdriver.Firefox()Here I know this much, but I still don't know how to view the element source.lem.source #...


1 answers
58 views
0
How to control Selenium with the "Button" with WPF

It wasn't a problem when I used it as a console windowWhen I tried to implement it with WPF, I dropped the IWebdriver after running Main WindowSo the 'Buttons' break the object reference referenceThe ...

2 years ago

1 answers
86 views
0
Questions about Python selenium and pyinstaller.

I made a crawler using pantomjs of selenium with Python.And for distribution as a single fileTo create exe with pyinstaller, if you use --noconsole, the option of pyinstaller, it does not run phantomj...

2 years ago

1 answers
74 views
0
Inquire how to use execute_script on Python Selenium...

In the code below, textarea's string is extracted using xpath and the body variable's string is usedThe JavaScript code that you assign to the value of the element.And you want to run it with drv.exec...

2 years ago

1 answers
90 views
0
Cannot import name 'keys' error Why does this appear? I copied you.

I followed along while watching YouTubeYouTubers are doing well, but IImportError: cannot import name 'keys' error keeps coming up.Please Teachers

2 years ago

1 answers
51 views
0
When using chrome driver in Python selenium, should I close the driver with quit or close even when using headless mode?

When using chrome driver in Python selenium, do I have to close the driver with quit or close if the necessary work is done?

2 years ago
« - 6 - »

© 2024 OneMinuteCode. All rights reserved.