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
()
| 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 |
no outgoing calls