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

Method switchTo

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

Send future commands to a different frame or window. @return A TargetLocator which can be used to select a frame or window @see org.openqa.selenium.WebDriver.TargetLocator

()

Source from the content-addressed store, hash-verified

184 * @see org.openqa.selenium.WebDriver.TargetLocator
185 */
186 TargetLocator switchTo();
187
188 /**
189 * An abstraction allowing the driver to access the browser's history and to navigate to a given

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