Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
def
import_cdp() -> None:
81
global cdp
82
if
not cdp:
83
cdp = import_module(
"selenium.webdriver.common.bidi.cdp"
)
84
85
86
def
_create_caps(caps) -> dict:
Callers
2
start_devtools
Method · 0.70
bidi_connection
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected