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

Method status

javascript/selenium-webdriver/bidi/index.js:218–223  ·  view source on GitHub ↗

* Get Bidi Status * @returns {Promise<*>}

()

Source from the content-addressed store, hash-verified

216 * @returns {Promise<*>}
217 */
218 get status() {
219 return this.send({
220 method: 'session.status',
221 params: {},
222 })
223 }
224
225 /**
226 * Resolve connection

Calls 1

sendMethod · 0.95