MCPcopy
hub / github.com/codeceptjs/CodeceptJS / grabCurrentWindowHandle

Method grabCurrentWindowHandle

lib/helper/WebDriver.js:2410–2412  ·  view source on GitHub ↗

* {{> grabCurrentWindowHandle }}

()

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected