* Gets page URL including hash.
()
| 607 | * Gets page URL including hash. |
| 608 | */ |
| 609 | async _getPageUrl() { |
| 610 | return this.executeScript(() => window.location.href) |
| 611 | } |
| 612 | |
| 613 | /** |
| 614 | * Grab the text within the popup. If no popup is visible then it will return null |
no test coverage detected