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

Method grabAllWindowHandles

lib/helper/WebDriver.js:2403–2405  ·  view source on GitHub ↗

* {{> grabAllWindowHandles }}

()

Source from the content-addressed store, hash-verified

2401 * {{> grabAllWindowHandles }}
2402 */
2403 async grabAllWindowHandles() {
2404 return this.browser.getWindowHandles()
2405 }
2406
2407 /**
2408 * {{> grabCurrentWindowHandle }}

Calls

no outgoing calls

Tested by

no test coverage detected