Andreas Mattes

Results 1 issues of Andreas Mattes

Starting with yesterday, I'm getting an Access Denied error when using staged authorization. I'm using selenium with the following Chromeoptions: > options = Options() options.add_argument("--disable-blink-features=AutomationControlled") options.add_argument("--no-sandbox") options.add_argument("--headless") options.add_argument("--disable-dev-shm-usage") options.add_argument('--disable-extensions') options.add_argument("--user-agent=Mozilla/5.0...