Initializes a new instance of the RemoteWebDriver class
Namespace: OpenQA.Selenium.RemoteAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public RemoteWebDriver( ICommandExecutor commandExecutor, ICapabilities desiredCapabilities )
Parameters
- commandExecutor
- Type: OpenQA.Selenium.Remote ICommandExecutor
An ICommandExecutor object which executes commands for the driver.
- desiredCapabilities
- Type: OpenQA.Selenium ICapabilities
An ICapabilities object containing the desired capabilities of the browser.
See Also