Class RemoteServiceLocator
Service locator to access IRemoteEndpointService to interact with remote endpoints like mobile devices.
public static class RemoteServiceLocator
- Inheritance
-
RemoteServiceLocator
- Inherited Members
Properties
Service
Provides access to the service instance if registered.
public static IRemoteEndpointService Service { get; }
Property Value
Methods
GetCurrentDeviceName()
Returns the name of the currently automation root device.
public static string GetCurrentDeviceName()
Returns
- string
The name of the mobile device that is the current automation root. 'None' if the current root is localhost or some non mobile device endpoint.