Initializes a new instance of the RemoteWebDriver class using the specified remote address, desired capabilities, and command timeout.
Namespace: OpenQA.Selenium.RemoteAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public RemoteWebDriver( Uri remoteAddress, ICapabilities desiredCapabilities, TimeSpan commandTimeout )
Parameters
- remoteAddress
- Type:
System Uri
URI containing the address of the WebDriver remote server (e.g. http://127.0.0.1:4444/wd/hub).
- desiredCapabilities
- Type: OpenQA.Selenium ICapabilities
An ICapabilities object containing the desired capabilities of the browser.
- commandTimeout
- Type:
System TimeSpan
The maximum amount of time to wait for each command.
See Also