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