* {{> grabCurrentWindowHandle }}
()
| 2408 | * {{> grabCurrentWindowHandle }} |
| 2409 | */ |
| 2410 | async grabCurrentWindowHandle() { |
| 2411 | return this.browser.getWindowHandle() |
| 2412 | } |
| 2413 | |
| 2414 | /** |
| 2415 | * Switch to the window with a specified handle. |
no outgoing calls
no test coverage detected