undetected-chromedriver icon indicating copy to clipboard operation
undetected-chromedriver copied to clipboard

Works also on Brave Browser and many other Chromium based browsers, some tweaking

Open ovciina opened this issue 2 years ago • 3 comments

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,

ovciina avatar Sep 03 '22 21:09 ovciina

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')

MattWaller avatar Sep 13 '22 04:09 MattWaller

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

mostuselessboy avatar Dec 24 '22 06:12 mostuselessboy