Click or drag to resize

RemoteDriver Class

A class that represents a connection between TestLeft and the test engine on a remote machine.
Inheritance Hierarchy
SystemObject
  SmartBear.TestLeftRemoteDriver

Namespace:  SmartBear.TestLeft
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
public class RemoteDriver : IDriver

The RemoteDriver type exposes the following members.

Constructors
  NameDescription
Public methodRemoteDriver
Initializes a new instance of the RemoteDriver class using the specified host, user name, password and port number.
Top
Properties
  NameDescription
Public propertyApplications
Provides access to the ApplicationManager object used to run applications on a remote machine.
Public propertyDesktop
Returns the object that represents the desktop of a remote machine.
Public propertyLog
Provides access to the TestLeft test log on a remote machine.
Public propertyOptions
Provides access to the OptionsManager object used configure test engine on a remote machine.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindT(ISearchPattern, Int32)
Searches for an object that matches the specified pattern. The search depth is specified as an optional parameter. The default search timeout AutoWaitTimeout is used.
Public methodFindT(ISearchPattern, Int32, Int32)
Searches for an object that matches the specified pattern. The search depth and timeout are specified as parameters.
Public methodFindAllT
Searches for objects that match the specified pattern. The search depth is specified as an optional parameter.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryFindT(ISearchPattern, T)
Searches for an object that matches the specified pattern. The search depth is 1. The default search timeout AutoWaitTimeout is used.
Public methodTryFindT(ISearchPattern, Int32, T)
Searches for an object that matches the specified pattern. The search depth is specified as a parameter. The default search timeout AutoWaitTimeout is used.
Public methodTryFindT(ISearchPattern, Int32, Int32, T)
Searches for an object that matches the specified pattern. The search depth and timeout are specified as parameters.
Top
See Also