* @param {?} obj the object to test. * @return {boolean} whether the object is a valid encoded WebElement ID.
(obj)
| 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. |
no outgoing calls
no test coverage detected