Class EdgeWebDriverPathControlViewModel
Inheritance
System.Object
EdgeWebDriverPathControlViewModel
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class EdgeWebDriverPathControlViewModel : ViewModelBase
Constructors
EdgeWebDriverPathControlViewModel()
Declaration
public EdgeWebDriverPathControlViewModel()
Properties
IsValidWebDriverPathTextBlock
Declaration
public bool IsValidWebDriverPathTextBlock { get; set; }
Property Value
System.Boolean
|
IsWebDriverInstalled
Declaration
public bool IsWebDriverInstalled { get; }
Property Value
System.Boolean
|
IsWebDriverPathValid
Declaration
public bool IsWebDriverPathValid { get; }
Property Value
System.Boolean
|
IsWebDriverRequired
Declaration
public bool IsWebDriverRequired { get; }
Property Value
System.Boolean
|
IsWindows10AnniversaryUpdateOrNewer
Declaration
public bool IsWindows10AnniversaryUpdateOrNewer { get; }
Property Value
System.Boolean
|
RecheckWebDriverInstallationStatusCommand
Declaration
public CommandHandler RecheckWebDriverInstallationStatusCommand { get; }
Property Value
Telerik.TestStudio.BaseUI.UI.CommandHandler
|
SetWebDriverExePath
Declaration
public CommandHandler SetWebDriverExePath { get; }
Property Value
Telerik.TestStudio.BaseUI.UI.CommandHandler
|
WebDriverExePath
Declaration
public string WebDriverExePath { get; set; }
Property Value
System.String
|
WebDriverInstallLink
Declaration
public string WebDriverInstallLink { get; }
Property Value
System.String
|
WebDriverInstallLinkCommand
Declaration
public CommandHandler WebDriverInstallLinkCommand { get; }
Property Value
Telerik.TestStudio.BaseUI.UI.CommandHandler
|