Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
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
Calls
1
send
Method · 0.95
Tested by
3
returnsAnErrorForUnhandledMethods
Method · 0.36
test_session_status
Function · 0.36
test_session_status_not_closed_with_one_window
Function · 0.36