RemoteDriver Methods |
The RemoteDriver type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Find<T>(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.
|
![]() | Find<T>(ISearchPattern, Int32, Int32) |
Searches for an object that matches the specified pattern.
The search depth and timeout are specified as parameters.
|
![]() | FindAll<T> |
Searches for objects that match the specified pattern. The search depth is specified as an optional parameter.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryFind<T>(ISearchPattern, T) |
Searches for an object that matches the specified pattern.
The search depth is 1. The default search timeout AutoWaitTimeout is used.
|
![]() | TryFind<T>(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.
|
![]() | TryFind<T>(ISearchPattern, Int32, Int32, T) |
Searches for an object that matches the specified pattern.
The search depth and timeout are specified as parameters.
|