Table of Contents

Class EnvironmentFactory

Namespace
HP.LFT.SDK
Assembly
HP.LFT.SDK.dll

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

environmentDescription EnvironmentDescription

All of the environment capabilities that the test requires.

Returns

IDesktopEnvironment

The requested environment.