MCPcopy 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

socketMethod · 0.80
ipMethod · 0.80
UnboundZmqEventBusMethod · 0.80
connectToUrlMethod · 0.80
waitForPortUpMethod · 0.80
GridRedisClientMethod · 0.80
channelReadMethod · 0.80
startMethod · 0.80

Calls 1

getBidiConnectionFunction · 0.85

Tested by

no test coverage detected