* {{> grabAllWindowHandles }}
()
| 2401 | * {{> grabAllWindowHandles }} |
| 2402 | */ |
| 2403 | async grabAllWindowHandles() { |
| 2404 | return this.browser.getWindowHandles() |
| 2405 | } |
| 2406 | |
| 2407 | /** |
| 2408 | * {{> grabCurrentWindowHandle }} |
no outgoing calls
no test coverage detected