ClassMachineInfoResolver
Class
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
The browsers available for test execution.
MachineName
Gets the machine name in the network.
Declaration
cs-api-definition
public static string MachineName { get; }
Property Value
The name of the machine.
Methods
GetBrowsersInformation()
Declaration
cs-api-definition
public static BrowserInformationTransport[] GetBrowsersInformation()
Returns
BrowserInformationTransport[]