MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / import_cdp

Function import_cdp

py/selenium/webdriver/remote/webdriver.py:80–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78
79
80def import_cdp() -> None:
81 global cdp
82 if not cdp:
83 cdp = import_module("selenium.webdriver.common.bidi.cdp")
84
85
86def _create_caps(caps) -> dict:

Callers 2

start_devtoolsMethod · 0.70
bidi_connectionMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected