Quantcast
Channel: Active questions tagged selenium - Stack Overflow
Viewing all articles
Browse latest Browse all 97788

Website blocking Selenium : is there a way to bypass?

$
0
0

This webpage opens fine manually, but directly goes to a "maintenance" error message when using Selenium !

from selenium import webdriver
driver = webdriver.Chrome(executable_path="chromedriver")
driver.get("https://www.winamax.fr/paris-sportifs/")

Is there a way to avoid this behaviour ?


Viewing all articles
Browse latest Browse all 97788

Trending Articles