* 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)
| 2594 | * @throws {TypeError} if the object is not a valid encoded ID. |
| 2595 | */ |
| 2596 | static extractId(obj) { |
| 2597 | return webElement.extractId(obj) |
| 2598 | } |
| 2599 | |
| 2600 | /** |
| 2601 | * @param {?} obj the object to test. |
no outgoing calls
no test coverage detected