Instructs the driver to change its settings. An object allowing the user to change the settings of the driver.
()
| 438 | /// <returns>An <see cref="IOptions"/> object allowing the user to change |
| 439 | /// the settings of the driver.</returns> |
| 440 | public IOptions Manage() |
| 441 | { |
| 442 | return new OptionsManager(this); |
| 443 | } |
| 444 | |
| 445 | /// <summary> |
| 446 | /// Instructs the driver to navigate the browser to another location. |
no outgoing calls