ClassBrowserInformation
Class
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
Type
Gets or sets the type of the browser.
Declaration
cs-api-definition
[DataMember]
public BrowserType Type { get; set; }
Property Value
The type.