Class InstalledBrowsers
Inheritance
System.Object
InstalledBrowsers
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
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class InstalledBrowsers
Constructors
InstalledBrowsers()
Declaration
public InstalledBrowsers()
Properties
ChromeVersion
Declaration
public static string ChromeVersion { get; }
Property Value
System.
|
EdgeChromiumVersion
Declaration
public static string EdgeChromiumVersion { get; }
Property Value
System.
|
EdgeVersion
Declaration
public static string EdgeVersion { get; }
Property Value
System.
|
FireFoxVersion
Declaration
public static string FireFoxVersion { get; }
Property Value
System.
|
IEVersion
Declaration
public static string IEVersion { get; }
Property Value
System.
|
IsChromeInstalled
Declaration
public static bool IsChromeInstalled { get; }
Property Value
System.
|
IsEdgeChromiumInstalled
Declaration
public static bool IsEdgeChromiumInstalled { get; }
Property Value
System.
|
IsEdgeInstalled
Declaration
public static bool IsEdgeInstalled { get; }
Property Value
System.
|
IsFireFoxInstalled
Declaration
public static bool IsFireFoxInstalled { get; }
Property Value
System.
|
IsIEInstalled
Declaration
public static bool IsIEInstalled { get; }
Property Value
System.
|
IsSafariInstalled
Declaration
public static bool IsSafariInstalled { get; }
Property Value
System.
|
SafariVersion
Declaration
public static string SafariVersion { get; }
Property Value
System.
|