IDesktopEnvironment Interface
Represents an environment on which OpenText Functional Testing for Developers performs test operations.
public interface IDesktopEnvironment : IEnvironment
Name | Description | |
---|---|---|
![]() | Returns an IKeyboardDevice object that enables device replay on the environment. C# Syntax public IKeyboardDevice Keyboard {get;} | |
![]() | Mouse | Returns an IMouseDevice object that enables device replay on the environment. C# Syntax public IMouseDevice Mouse {get;} |
Name | Description | |
---|---|---|
![]() | Describe<T> | Describes a top level Window or Dialog test object. C# Syntax public T Describe<T>( IDescription description ) where T: class, ITopLevelObject Parameters
Type Parameters
|
![]() | LaunchAut | Overloaded. Launches an AUT using the file name. To use this method, you must create an application allowlist file. For details, see Add SDK code to your tests in the OpenText Functional Testing for Developers Help Center. |
![]() | Release | Releases the environment, if it was locked as a grid node. C# Syntax
void Release() |