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

Method isId

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

* @param {?} obj the object to test. * @return {boolean} whether the object is a valid encoded WebElement ID.

(obj)

Source from the content-addressed store, hash-verified

2565 * @return {boolean} whether the object is a valid encoded WebElement ID.
2566 */
2567 static isId(obj) {
2568 return webElement.isId(obj)
2569 }
2570
2571 /**
2572 * Compares two WebElements for equality.

Callers 2

buildPathFunction · 0.45
fromWireValueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected