MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / isId

Method isId

javascript/selenium-webdriver/lib/webdriver.js:2604–2606  ·  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

2602 * @return {boolean} whether the object is a valid encoded WebElement ID.
2603 */
2604 static isId(obj) {
2605 return webElement.isId(obj)
2606 }
2607
2608 /**
2609 * Compares two WebElements for equality.

Callers 2

buildPathFunction · 0.45
fromWireValueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected