Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ connect
Method
connect
javascript/selenium-webdriver/bidi/domain.js:56–58 ·
view source on GitHub ↗
(driver)
Source
from the content-addressed store, hash-verified
54
}
55
56
static
async
connect(driver) {
57
return
getBidiConnection(driver)
58
}
59
60
async
send(method, params) {
61
const
response =
await
this.#bidi.send({ method, params })
Callers
8
socket
Method · 0.80
ip
Method · 0.80
UnboundZmqEventBus
Method · 0.80
connectToUrl
Method · 0.80
waitForPortUp
Method · 0.80
GridRedisClient
Method · 0.80
channelRead
Method · 0.80
start
Method · 0.80
Calls
1
getBidiConnection
Function · 0.85
Tested by
no test coverage detected