* 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)
| 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. |
no outgoing calls
no test coverage detected