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

Function uc_activate_cdp_mode

seleniumbase/core/browser_launcher.py:996–997  ·  view source on GitHub ↗
(driver, url=None, **kwargs)

Source from the content-addressed store, hash-verified

994
995
996def uc_activate_cdp_mode(driver, url=None, **kwargs):
997 uc_open_with_cdp_mode(driver, url=url, **kwargs)
998
999
1000def uc_open_with_disconnect(driver, url, timeout=None):

Callers 2

uc_open_with_reconnectFunction · 0.85
get_local_driverFunction · 0.85

Calls 1

uc_open_with_cdp_modeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…