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
371 views
0
Data crawling question!

I'm practicing crawling the store information (store name, address, number) of Goobne Chicken and saving it as a csv fileGoobne Chicken's web structure (tags) is getting stuck because I don't understa...


1 answers
308 views
0
Is it possible to increase the arguments by looping in Python?

I use Python 3.10.2 and selenium.The flow is to enter the product code, scrap the displayed inventory, and save it to CSV, but as the number of products has increased, I would like to change it to loo...

1 years ago

2 answers
342 views
0
I want to wait for the next action until the button is pressed by Tkinter.

For applications using Tkinter and Selenium, press Start to launch Chrome, press Start to launch input('>If you type something, you'll see the text of the p element on the console')Wait for to get ...

1 years ago

1 answers
363 views
0
Please tell me how to deal with selenium's StaleElementReferenceExceptiont error

QuestionThe StaleElementReferenceException occurs when you execute the code below.It didn't come out at first, but it's almost 100% now.TriedSleep failed to set the wait timeI couldn't put the element...

2 years ago

1 answers
492 views
0
I want to get url of the site that was opened on a separate tab by web operation using selenium.

After opening the web in selenium, the user tried to get the url of the page opened by operating it. from selenium import webdriverimport timebrowser=webdriver.Chrome('chromedriver.exe')browser.get('h...

2 years ago

1 answers
384 views
0
How do I resolve "NameError: name 'url' is not defined"?

Launch JupiterLab 3.0.14 from Windows 10, ANACONDA.NAVIGATOR and click [Selenium] How do I break through the scraping measures?When I copied and pasted the code, an error was displayed.I searched for ...


2 answers
372 views
0
Identifying File Names Retrieved and Saved by Selenium

I was able to automate Chrome with Ubuntu+Python+Selenium and click the Save button to save the file locally, but this file name cannot be controlled manually and the site from which I got it becomes ...


1 answers
419 views
0
About append in for statements

I'm a beginner for about 3 days for python programming.This time, I am trying to do web scraping at Python Selenium.If you have any questions, I am sorry.What do you want to donext_page_url_all → Get ...

2 years ago

1 answers
351 views
0
How to enter the username and password of the proxy when starting Firefox on Selenium in Python

When starting Firefox with Selenium in Python, you are asked to enter the username and password of the proxy as shown in the image below.Could you tell me how to enter this from the Python script?My e...


1 answers
459 views
0
Scraping automatically translates some of the text into English

I have a question about Selenium scraping.I am currently writing a scraping script for the ↓ page.https://www.gakujo.ne.jp/2022/company/baseinfo/22242/environmentMacBook ProGoogle ChromeJupiter Notebo...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.