-
|
Hello, is it possible to bypass the error "Your browser is not currently supported. Please use a recommended browser or learn more here." on the page (https://www.twitch.tv/login) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
huh no idea, I'll give it a try tho. |
Beta Was this translation helpful? Give feedback.
-
|
@tankow79
Maybe https://github.com/kaliiiiiiiiii/Selenium-Driverless helps you. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you ! |
Beta Was this translation helpful? Give feedback.
@tankow79
Yep. now this makes more sense:
--disable-web-security,--allow-running-insecure-content,--no-sandbox,--disable-gpu,--headless=neware all flags which can make you detectedMaybe https://github.com/kaliiiiiiiiii/Selenium-Driverless helps you.
It supports request interception without using proxy (see https://github.com/kaliiiiiiiiii/Selenium-Driverless#use-events)