AndroidDriver Constructor (Uri)WebDriver
Initializes a new instance of the AndroidDriver class, communicating with the device at a specific URL.

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

public AndroidDriver(
	Uri remoteAddress
)

Parameters

remoteAddress
Type: OnlineSystem Uri
The URL of the WebDriver application on the Android device.
See Also