bbajwa346
bbajwa346
> @boludoz, thank you. Most of those are already being set automatically as needed for UC Mode. > > https://github.com/seleniumbase/SeleniumBase/blob/f9a31a39c5544cbb5d4d290dcec9634fea14cddb/seleniumbase/core/browser_launcher.py#L997 > > https://github.com/seleniumbase/SeleniumBase/blob/f9a31a39c5544cbb5d4d290dcec9634fea14cddb/seleniumbase/core/browser_launcher.py#L772 > > https://github.com/seleniumbase/SeleniumBase/blob/f9a31a39c5544cbb5d4d290dcec9634fea14cddb/seleniumbase/core/browser_launcher.py#L791 > > You can...
> @bbajwa346 > > https://github.com/seleniumbase/SeleniumBase/blob/31020e4ae9644596460e9606312f94bc420aff51/seleniumbase/plugins/driver_manager.py#L74 > > > For socks5, use “socks5://“ in your “proxy” arg. Thank You So Much, Resolved instantly !!!
> @bbajwa346 > > https://github.com/seleniumbase/SeleniumBase/blob/31020e4ae9644596460e9606312f94bc420aff51/seleniumbase/plugins/driver_manager.py#L74 > > > For socks5, use “socks5://“ in your “proxy” arg. Dear mdmintz, one more very minor issue ``` from seleniumbase import Driver driver =...
@mdmintz Any idea how long it will take to make a solution?
@mdmintz Any update on how we can add extensions and still use UC Mode?
and how does this work? 'driver.webextension.install()' if i have extensions how will I pass them?
Okay, I understand. However, I still have one question. If I'm using a browser like Comet or Brave, how can I install extensions manually? For example, if I already have...
isn't there any auto loading method like --load-extension?