* {{> waitForElement }} *
(locator, sec = null)
| 1785 | * |
| 1786 | */ |
| 1787 | async waitForElement(locator, sec = null) { |
| 1788 | if (this.isWeb) return super.waitForElement(locator, sec) |
| 1789 | return super.waitForElement(parseLocator.call(this, locator), sec) |
| 1790 | } |
| 1791 | |
| 1792 | /** |
| 1793 | * {{> waitForVisible }} |
no outgoing calls
no test coverage detected