Class EnvironmentFactory
A class for creating a DesktopEnvironment instance.
public static class EnvironmentFactory
- Inheritance
-
EnvironmentFactory
- Inherited Members
Methods
Get(EnvironmentDescription)
Locks and returns a specific environment based on the specified capabilities.
public static IDesktopEnvironment Get(EnvironmentDescription environmentDescription)
Parameters
environmentDescriptionEnvironmentDescriptionAll of the environment capabilities that the test requires.
Returns
- IDesktopEnvironment
The requested environment.