-
I was wondering if UC Mode works on Edge since it is also a Chromium based browser. |
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
Jan 11, 2024
Replies: 1 comment
-
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.
0 replies
Answer selected by
mdmintz
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
.