This webpage opens fine manually, but directly goes to a \"maintenance\" error message when using Selenium !
from selenium import webdriver driver = webdriver.Ch
Sometimes the websites checks your user-agent. Maybe you can change that.
user-agent
Otherwise, I would recommend using Auto-It to do the job.
You could also try loading in your personal Chrome profile into Selenium.