-
hi, i'm try to use multi browsers based on chromium (chromium, chrome, brave and opera) last 3 browsers work fine, but opera crashes every time when i'm trying to use it. please check if i miss something. `def OpenLinkInProfile(profile, browser, proxy, url):
and this the error: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
UC Mode doesn't support all flavors of Chromium. Some browsers like Chrome and Brave are supported (https://www.youtube.com/watch?v=2pTpBtaE7SQ&t=1521s), but others like Opera might not be, and that's mostly due to the browser itself, and not something that can be easily configured from the SeleniumBase side. |
Beta Was this translation helpful? Give feedback.
UC Mode doesn't support all flavors of Chromium. Some browsers like Chrome and Brave are supported (https://www.youtube.com/watch?v=2pTpBtaE7SQ&t=1521s), but others like Opera might not be, and that's mostly due to the browser itself, and not something that can be easily configured from the SeleniumBase side.