Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Callers
7
handleUpload
Function · 0.45
returnsAnErrorForUnhandledMethods
Method · 0.45
sendHttpResponse
Method · 0.45
test_session_status
Function · 0.45
test_session_status_not_closed_with_one_window
Function · 0.45
test_session_status
Function · 0.45
test_session_status_not_closed_with_one_window
Function · 0.45
Calls
1
send
Method · 0.95
Tested by
5
returnsAnErrorForUnhandledMethods
Method · 0.36
test_session_status
Function · 0.36
test_session_status_not_closed_with_one_window
Function · 0.36
test_session_status
Function · 0.36
test_session_status_not_closed_with_one_window
Function · 0.36