Table of Contents

Class RemoteEndpointFactoryExtensions

Namespace
Ranorex.Core
Assembly
Ranorex.Plugin.Mobile.dll

Extends RemoteEndpointFactory with operations to handle Mobile endpoints.

public static class RemoteEndpointFactoryExtensions
Inheritance
RemoteEndpointFactoryExtensions
Inherited Members

Methods

CreateMobileEndpoint(RemoteEndpointFactory, MobileEndpointInfo)

Creates a new Mobile endpoint. Override for session time endpoint with same name. Changes root to localhost if endpoint is root.

public static IRemoteEndpoint CreateMobileEndpoint(this RemoteEndpointFactory factory, MobileEndpointInfo info)

Parameters

factory RemoteEndpointFactory

RemoteEndpointFactory instance.

info MobileEndpointInfo

Information object to define an endpoint.

Returns

IRemoteEndpoint

New Mobile endpoint.

GetAllMobileEndpoints(RemoteEndpointFactory)

Gets all existing endpoints.

public static IEnumerable<IRemoteEndpoint> GetAllMobileEndpoints(this RemoteEndpointFactory factory)

Parameters

factory RemoteEndpointFactory

RemoteEndpointFactory instance.

Returns

IEnumerable<IRemoteEndpoint>

All existing endpoints.

GetAllMobileEndpoints(RemoteEndpointFactory, string)

public static IEnumerable<IRemoteEndpoint> GetAllMobileEndpoints(this RemoteEndpointFactory factory, string technology)

Parameters

factory RemoteEndpointFactory
technology string

Returns

IEnumerable<IRemoteEndpoint>