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

Method extractId

javascript/selenium-webdriver/lib/webdriver.js:2559–2561  ·  view source on GitHub ↗

* Extracts the encoded WebElement ID from the object. * * @param {?} obj The object to extract the ID from. * @return {string} the extracted ID. * @throws {TypeError} if the object is not a valid encoded ID.

(obj)

Source from the content-addressed store, hash-verified

2557 * @throws {TypeError} if the object is not a valid encoded ID.
2558 */
2559 static extractId(obj) {
2560 return webElement.extractId(obj)
2561 }
2562
2563 /**
2564 * @param {?} obj the object to test.

Callers 2

buildPathFunction · 0.45
fromWireValueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected