Open ghost opened 3 years ago
There hasn’t been a fix for this yet and I’m not sure how to circumvent this unfortunately.
Try adding these options under your chrome options
options.add_experimental_option("excludeSwitches", ["enable-automation"])
options.add_experimental_option('useAutomationExtension', False)
options.add_argument("--disable-blink-features=AutomationControlled")
Did it work for you? It doesn't work for me.
please once check my project on this https://github.com/pritam20ps05/mcscraper it works pretty well and works 98% of the time my server personally uses it. Also using it for 1 year still working
hi, none of my commands were working so i turned headless = false and it turns out the reason why it wasn't working is because its getting error 403 when its trying to login to aternos.org. i think this is a bot stopping thing? does anyone have a way to bypass the restriction?