Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/SeleniumHQ/selenium
/ getCaps
Function
getCaps
javascript/selenium-webdriver/test/builder_test.js:82–84 ·
view source on GitHub ↗
(driver)
Source
from the content-addressed store, hash-verified
80
}
81
82
async
function
getCaps(driver) {
83
return
driver.getCapabilities()
84
}
85
86
describe(
'Builder'
,
function
() {
87
describe(
'catches incorrect use of browser options class'
,
function
() {
Callers
1
builder_test.js
File · 0.85
Calls
1
getCapabilities
Method · 0.65
Tested by
no test coverage detected