ClassConnectToAppControlModel
Class
Definition
Namespace:ArtOfTest.WebAii.Design.UI
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class ConnectToAppControlModel : PropertyChangeNotification, INotifyPropertyChanged, INotifyPropertyChanging
Inheritance: objectPropertyChangeNotificationConnectToAppControlModel
Implements:
Inherited Members
Constructors
ConnectToAppControlModel(TechnologyType)
Declaration
cs-api-definition
public ConnectToAppControlModel(TechnologyType techType)
Parameters
techType
Properties
Host
Declaration
cs-api-definition
public IAutomationHost Host { get; set; }
Property Value
ParentModel
Declaration
cs-api-definition
public FindElementModel ParentModel { get; set; }
Property Value
SelectedItem
Declaration
cs-api-definition
public SelectHostModel SelectedItem { get; set; }
Property Value
VisibleHosts
Declaration
cs-api-definition
public ObservableCollection<SelectHostModel> VisibleHosts { get; }
Property Value
Methods
AttemptConnectingToExistingHostAsync(AsyncCallback)
Declaration
cs-api-definition
public void AttemptConnectingToExistingHostAsync(AsyncCallback callBack)
Parameters
callBack
RunToStepAsync(AsyncCallback, AutomationStep, BrowserType)
Declaration
cs-api-definition
public void RunToStepAsync(AsyncCallback callBack, AutomationStep toStep, BrowserType browserType)
Parameters
callBack
toStep
browserType