Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SeleniumHQ/selenium
/ init
Method
init
javascript/selenium-webdriver/bidi/network.js:93–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
}
92
93
async
init() {
94
this.bidi =
await
this._driver.getBidi()
95
}
96
97
/**
98
* Subscribes to the
'network.beforeRequestSent'
event and handles it with the provided callback.
Callers
1
getNetworkInstance
Function · 0.95
Calls
1
getBidi
Method · 0.80
Tested by
no test coverage detected