MCPcopy 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.jsFile · 0.85

Calls 1

getCapabilitiesMethod · 0.65

Tested by

no test coverage detected