* Gets page URL including hash.
()
| 1145 | * Gets page URL including hash. |
| 1146 | */ |
| 1147 | async _getPageUrl() { |
| 1148 | return this.executeScript(() => window.location.href) |
| 1149 | } |
| 1150 | |
| 1151 | /** |
| 1152 | * Grab the text within the popup. If no popup is visible then it will return null |
no test coverage detected