MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / status

Method status

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

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

()

Source from the content-addressed store, hash-verified

168 * @returns {Promise<*>}
169 */
170 get status() {
171 return this.send({
172 method: 'session.status',
173 params: {},
174 })
175 }
176
177 /**
178 * Resolve connection

Callers 5

handleUploadFunction · 0.45
sendHttpResponseMethod · 0.45
test_session_statusFunction · 0.45

Calls 1

sendMethod · 0.95