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)
Python Selenium driver.back() stops loop raise exception inside a loop
When I use an iterator over a list in python, and I click a link and go back to the parent page using driver.back, the loop variable becomes undefined , and the loop stops after first iteration and ra...
Ahmed Bahusain
Votes: 0
Answers: 0
Getting IG Followers using Selenium not returning all results (some followers missing)
I am trying to scrape my IG followers list using Selenium. I have managed to be able to login, open the followers tab and scroll to the bottom ( in order to load all the followers in). Everything work...
TheExtraSpicyBeef
Votes: 0
Answers: 0
Use Proxy with Authorization in Firefox with Selenium in Python
How to provide Username and Password to a proxy server in Firefox with selenium in python?
I tried the code below but the IP address doesn't change. I check the proxy setting in Firefox, it shows that...
zurich_ruby
Votes: 0
Answers: 0
Scrapy spider closing after first request to start_urls
I am running my spider in the same structure as my other ones, but for this specific website and this specific spider, it closes after the very first request to starting url. What could possibly be th...
dovexz12323
Votes: 0
Answers: 1