IDriver Interface |
Namespace: SmartBear.TestLeft
The IDriver type exposes the following members.
| Name | Description | |
|---|---|---|
| Applications |
Provides access to the ApplicationManager object used to run applications.
| |
| Desktop |
Returns the object that represents the desktop.
| |
| Log |
Provides access to the TestLeft test log.
| |
| Options |
Provides access to the OptionsManager object used configure test engine.
|
| Name | Description | |
|---|---|---|
| FindT(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.
| |
| FindT(ISearchPattern, Int32, Int32) |
Searches for an object that matches the specified pattern.
The search depth and timeout are specified as parameters.
| |
| FindAllT |
Searches for objects that match the specified pattern. The search depth is specified as an optional parameter.
| |
| 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.
|