MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / is_using_uc

Function is_using_uc

seleniumbase/core/browser_launcher.py:2235–2238  ·  view source on GitHub ↗
(undetectable, browser_name)

Source from the content-addressed store, hash-verified

2233
2234
2235def is_using_uc(undetectable, browser_name):
2236 if undetectable and browser_name == constants.Browser.GOOGLE_CHROME:
2237 return True
2238 return False
2239
2240
2241def _unzip_to_new_folder(zip_file, folder):

Callers 3

_set_chrome_optionsFunction · 0.85
get_driverFunction · 0.85
get_local_driverFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…