python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Using Selenium to click page and scrape Info from routed page
I am working on a project to analyze the SuperCluster Astronaut Database. I am trying to scrape the data for each astronaut into a nice, clean pandas dataframe. There is plenty of descriptive inform...
user2813606
Votes: 0
Answers: 2
selenium.common.exceptions.WebDriverException: Message: target frame detached error using Selenium and Chromedriver via Python
I am doing by parsing program using Python and Selenium.
There is error:
Traceback (most recent call last):
File "/Users//Desktop/babushkabot.py", line 123, in <module>
bot.polli...
Александра Ермоленко
Votes: 0
Answers: 1
Need to include a dependency on a specific version of the CDP using something similar to selenium-devtools-v86:4.0.0 error using Selenium and jsoup
I am trying to use the url of a webpage that I navigated onto using Selenium, to access the webpage using Jsoup.
However, when I try to do so, I receive the following message in the console: "WAR...
Anne Jones
Votes: 0
Answers: 1
Speeding up selenium processes with not opening pages in all iterations
I am building a bot that finds features of products from a web page. Then i use these features for make little database. But for every iteration, a page is opening and closing for like 3-4 seconds. I ...
Oğuz Güneren
Votes: 0
Answers: 0