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
41 views
0
Selenium no such element error

HelloI'm a student trying to crawl from Python to Selenium.I'm going to click on the era illustrated in the Asahi Newspaper Database. Attempting to access via xpath.First of all, xpath is twoI tried t...

2 years ago

1 answers
40 views
0
The data parsed using Python selenium is not output by the html code itself.

//from bs4 import Beautiful Soupimport requestsfrom selenium import webdriverfrom selenium.webdriver.common.keys import Keysfrom selenium.webdriver.common.action_chains import ActionChainsfrom urllib....

2 years ago

4 answers
38 views
0
Download Python Selinium File

I'm currently trying to download a file to Python Cellinium.Using import os,I even succeeded in renaming the file Rename does not work if the file name has the same symbol as the special character.It ...

2 years ago

1 answers
163 views
0
instagram crayling using python3 and selenium and Beautiful Soup

For those who are busy # [SEARCH COMPLETE] # You can only look at the code below.I have a question during installation crawling using python3, selenium, and Beautiful Soup.I succeeded in logging in an...


2 answers
49 views
0
Crawling pages requiring login / downloading Selenium files

I want to save the image file by scratching it from the page that I can access only when I log in. I'm trying to use Selenium because of JavaScript, but it seems difficult to save the file using reque...

2 years ago

2 answers
44 views
0
curling is not working well;

Crawling through search keyword.These days, Daum and Naver have changed from crawling to not being able to do itI was going to do it with seleniumIf you run the code below, you will get an empty value...

2 years ago

1 answers
52 views
0
Do I understand crawl?

Hello, I'm posting a question because I got stuck while crawling.If you press a query in the system that opens only when you log in, you want to crawl the Excel data that you see. Looking at the netwo...


1 answers
48 views
0
How do you crawl on a site like this?

https://www.weather.go.kr/weather/observation/aws_table_popup.jspIt's this site, but even if I click the button with selenium and try to crawl to bs4, it doesn't ring up when I call up HTML. Is there ...

2 years ago

1 answers
38 views
0
Python selenium ActionChains Pre-Run Action Repeat Error

Currently, we have proceeded with the address input and search function, but there is an error, so I am asking you this question.I have used Selenium ActoinChains several times. You are using action.r...

2 years ago

1 answers
90 views
0
Conditional statement for crawling with Python with different class names

I'm crawling with Selenium and Beautiful Soup with Python.wlist = list(range(10))driver = webdriver.Chrome('//chromedriver')driver.get('url')time.sleep(1)for i in wlist: thumb = driver.find_elements_b...

« - 9 - »

© 2024 OneMinuteCode. All rights reserved.