MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / Manage

Method Manage

dotnet/src/webdriver/WebDriver.cs:440–443  ·  view source on GitHub ↗

Instructs the driver to change its settings. An object allowing the user to change the settings of the driver.

()

Source from the content-addressed store, hash-verified

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.

Calls

no outgoing calls