MCPcopy
hub / github.com/SeleniumHQ/selenium / getWindowHandle

Method getWindowHandle

java/src/org/openqa/selenium/WebDriver.java:178–178  ·  view source on GitHub ↗

Return an opaque handle to this window that uniquely identifies it within this driver instance. This can be used to switch to this window at a later date See W3C WebDriver specification for more details. @return the current window

()

Source from the content-addressed store, hash-verified

176 * @return the current window handle
177 */
178 String getWindowHandle();
179
180 /**
181 * Send future commands to a different frame or window.

Implementers 3

StubDriverjava/test/org/openqa/selenium/StubDriv
RemoteWebDriverjava/src/org/openqa/selenium/remote/Re
DecoratedWebDriverTestjava/test/org/openqa/selenium/support/

Calls

no outgoing calls