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

Method getCapabilities

javascript/selenium-webdriver/index.js:339–341  ·  view source on GitHub ↗

* Returns the base set of capabilities this instance is currently configured * to use. * @return {!Capabilities} The current capabilities for this builder.

()

Source from the content-addressed store, hash-verified

337 * @return {!Capabilities} The current capabilities for this builder.
338 */
339 getCapabilities() {
340 return this.capabilities_
341 }
342
343 /**
344 * Sets the desired capability when requesting a new session.

Callers 1

builderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected