Class
BrowserInformation

Definition

Namespace:ArtOfTest.WebAii.Design.Execution.Scheduling

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
[DataContract]
[Obsolete("Use Telerik.TestStudio.Shared.Communication.Transports instead. Use this type only for deserializing legacy results.")]
public class BrowserInformation

Inheritance: objectBrowserInformation

Constructors

BrowserInformation()

Declaration

cs-api-definition
public BrowserInformation()

Properties

IsConfigured

Gets or sets the browser calibration status

Declaration

cs-api-definition
[DataMember]
public bool IsConfigured { get; set; }

Property Value

bool

Type

Gets or sets the type of the browser.

Declaration

cs-api-definition
[DataMember]
public BrowserType Type { get; set; }

Property Value

BrowserType

The type.

Version

Gets or sets the version of the browser.

Declaration

cs-api-definition
[DataMember]
public string Version { get; set; }

Property Value

string

The version.