Edge/firefox/brave browser undetectable with our seleniumbase? #2547
Answered
by
mdmintz
slvamegestic
asked this question in
Q&A
-
Would it be possible to make Edge/firefox/brave browser undetectable with our seleniumbase? |
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
Feb 29, 2024
Replies: 1 comment 2 replies
-
UC Mode is only for Chrome, Brave, and Opera. If using Brave or Opera, set the On a Mac, those locations are: Brave: On Windows and Linux, the locations will be different. You'll need to find the location and use it for |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
slvamegestic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
UC Mode is only for Chrome, Brave, and Opera.
If using Brave or Opera, set the
binary_location
inDriver()
orSB()
.On a Mac, those locations are:
Brave:
binary_location="/Applications/Brave Browser.app/Contents/MacOS/Brave Browser"
Opera:
binary_location="/Applications/Opera.app/Contents/MacOS/Opera"
On Windows and Linux, the locations will be different. You'll need to find the location and use it for
binary_location
.