Click or drag to resize

IDriver Interface

Connects TestLeft's tests with the local or remote test engine.

Namespace:  SmartBear.TestLeft
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.60.289.11 (14.60.289.11)
Syntax
public interface IDriver

The IDriver type exposes the following members.

Properties
  NameDescription
Public propertyApplications
Provides access to the ApplicationManager object used to run applications.
Public propertyDesktop
Returns the object that represents the desktop.
Public propertyLog
Provides access to the TestLeft test log.
Public propertyOptions
Provides access to the OptionsManager object used configure test engine.
Top
Methods
  NameDescription
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 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