Class BrowserInformation
Inheritance
System.Object
BrowserInformation
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.Execution.Scheduling
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
[Obsolete("Use Telerik.TestStudio.Shared.Communication.Transports instead. Use this type only for deserializing legacy results.")]
public class BrowserInformation : IXmlPersistable
Constructors
BrowserInformation()
Declaration
public BrowserInformation()
Properties
CurrentVersion
Declaration
public Version CurrentVersion { get; }
Property Value
System.Version
|
Implements
IsConfigured
Declaration
public bool IsConfigured { get; set; }
Property Value
System.Boolean
|
RootName
Declaration
public string RootName { get; }
Property Value
System.String
|
Implements
Type
Version
Declaration
public string Version { get; set; }
Property Value
System.String
|