Instructs the driver to navigate the browser to another location. An object allowing the user to access the browser's history and to navigate to a given URL.
()
| 448 | /// <returns>An <see cref="INavigation"/> object allowing the user to access |
| 449 | /// the browser's history and to navigate to a given URL.</returns> |
| 450 | public INavigation Navigate() |
| 451 | { |
| 452 | return new Navigator(this); |
| 453 | } |
| 454 | |
| 455 | /// <summary> |
| 456 | /// Executes a command with this driver. |
no outgoing calls