An abstraction allowing the driver to access the browser's history and to navigate to a given URL. @return A org.openqa.selenium.WebDriver.Navigation that allows the selection of what to do next
()
| 193 | * do next |
| 194 | */ |
| 195 | Navigation navigate(); |
| 196 | |
| 197 | /** |
| 198 | * Gets the Option interface |
no outgoing calls