Class
EdgeWebDriverPathControlViewModel

Definition

Namespace:ArtOfTest.WebAii.Design.UI

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class EdgeWebDriverPathControlViewModel : ViewModelBase

Inheritance: objectEdgeWebDriverPathControlViewModel

Constructors

EdgeWebDriverPathControlViewModel()

Declaration

cs-api-definition
public EdgeWebDriverPathControlViewModel()

Properties

IsValidWebDriverPathTextBlock

Declaration

cs-api-definition
public bool IsValidWebDriverPathTextBlock { get; set; }

Property Value

bool

IsWebDriverInstalled

Declaration

cs-api-definition
public bool IsWebDriverInstalled { get; }

Property Value

bool

IsWebDriverPathValid

Declaration

cs-api-definition
public bool IsWebDriverPathValid { get; }

Property Value

bool

IsWebDriverRequired

Declaration

cs-api-definition
public bool IsWebDriverRequired { get; }

Property Value

bool

IsWindows10AnniversaryUpdateOrNewer

Declaration

cs-api-definition
public bool IsWindows10AnniversaryUpdateOrNewer { get; }

Property Value

bool

RecheckWebDriverInstallationStatusCommand

Declaration

cs-api-definition
public CommandHandler RecheckWebDriverInstallationStatusCommand { get; }

Property Value

CommandHandler

SetWebDriverExePath

Declaration

cs-api-definition
public CommandHandler SetWebDriverExePath { get; }

Property Value

CommandHandler

WebDriverExePath

Declaration

cs-api-definition
public string WebDriverExePath { get; set; }

Property Value

string

Declaration

cs-api-definition
public string WebDriverInstallLink { get; }

Property Value

string

WebDriverInstallLinkCommand

Declaration

cs-api-definition
public CommandHandler WebDriverInstallLinkCommand { get; }

Property Value

CommandHandler