Class
MachineInfoResolver

Definition

Namespace:ArtOfTest.WebAii.Design.Execution.Scheduling

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class MachineInfoResolver

Inheritance: objectMachineInfoResolver

Constructors

MachineInfoResolver()

Declaration

cs-api-definition
public MachineInfoResolver()

Properties

Browsers

Gets the browsers installed on the machine.

Declaration

cs-api-definition
public static string Browsers { get; }

Property Value

string

The browsers available for test execution.

MachineInstance

Declaration

cs-api-definition
public static Machine MachineInstance { get; }

Property Value

Machine

MachineName

Gets the machine name in the network.

Declaration

cs-api-definition
public static string MachineName { get; }

Property Value

string

The name of the machine.

MachineOS

Declaration

cs-api-definition
public static string MachineOS { get; }

Property Value

string

Methods

GetBrowsersInformation()

Declaration

cs-api-definition
public static BrowserInformationTransport[] GetBrowsersInformation()

Returns

BrowserInformationTransport[]