Class EnvironmentFactory
A class for creating a DesktopEnvironment instance.
Inherited Members
Namespace: HP.LFT.SDK
Assembly: HP.LFT.SDK.dll
Syntax
public static class EnvironmentFactory
Methods
Get(EnvironmentDescription)
Locks and returns a specific environment based on the specified capabilities.
Declaration
public static IDesktopEnvironment Get(EnvironmentDescription environmentDescription)
Parameters
| Type | Name | Description |
|---|---|---|
| EnvironmentDescription | environmentDescription | All of the environment capabilities that the test requires. |
Returns
| Type | Description |
|---|---|
| IDesktopEnvironment | The requested environment. |