* {{> grabTextFrom }} *
(locator)
| 1630 | * |
| 1631 | */ |
| 1632 | async grabTextFrom(locator) { |
| 1633 | if (this.isWeb) return super.grabTextFrom(locator) |
| 1634 | return super.grabTextFrom(parseLocator.call(this, locator)) |
| 1635 | } |
| 1636 | |
| 1637 | /** |
| 1638 | * {{> grabNumberOfVisibleElements }} |
no outgoing calls
no test coverage detected