ConnectTo-Quamotion
Connects to a remote WebDriver instance.
Powershell
Connects to a remote WebDriver instance. The commands are forwared to the given remote url.
Syntax
ConnectTo-Quamotion [[-at]
Parameters
name | description |
---|---|
at | The url of the remote WebDriver instance. |
Examples
ConnectTo-Quamotion -at http://qmwdjpn.quamotion.mobi/wd/hub
C#
Declaration
Quamotion.WebDriver.Client.WebDriverExtensions::void ConnectTo(Uri remoteAddress)
Arguments:
type | name | description |
---|---|---|
System.Uri | remoteAddress | The |
Examples
WebDriverExtensions.ConnectTo(new Uri("http://127.0.0.1:17894/wd/hub"))
Comments
The remote adress needs to be set before starting the AppDriver
Last modified January 1, 0001