undetected-chromedriver
undetected-chromedriver copied to clipboard
Works also on Brave Browser and many other Chromium based browsers, some tweaking
Can anyone explain how?
I mean some tweaking could be anything, it's not really that "helpful", thats why I create the issue!
I want to test it with Brave and Microsoft Edge because chrome is very RAM and CPU hungry,
Just make sure you point to browser_executable_path parameter. To make it run on Ubuntu for example.
import undetected_chromedriver as uc
driver = uc.Chrome(browser_executable_path='/usr/bin/brave-browser')
Just make sure you point to browser_executable_path parameter. To make it run on Ubuntu for example.
import undetected_chromedriver as uc
driver = uc.Chrome(browser_executable_path='/usr/bin/brave-browser')
It doesn't work , it says unrecognizable Chrome Version when another broswer is used