IDriverTryFind Method |
Name | Description | |
---|---|---|
TryFindT(ISearchPattern, T) |
Searches for an object that matches the specified pattern.
The search depth is 1. The default search timeout AutoWaitTimeout is used.
| |
TryFindT(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.
| |
TryFindT(ISearchPattern, Int32, Int32, T) |
Searches for an object that matches the specified pattern.
The search depth and timeout are specified as parameters.
|