RemoteWebDriver Constructor (Uri, ICapabilities)WebDriver
Initializes a new instance of the RemoteWebDriver class

Namespace: OpenQA.Selenium.Remote
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public RemoteWebDriver(
	Uri remoteAddress,
	ICapabilities desiredCapabilities
)

Parameters

remoteAddress
Type: OnlineSystem 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.
See Also