Class HtmlActionDescriptor
Inheritance
System.Object
HtmlActionDescriptor
Inherited Members
AutomationDescriptor.InvokeMethod(CodeExpression, Boolean, String, CodeGenerationLanguage, Object[])
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.Extensibility
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public abstract class HtmlActionDescriptor : ActionDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings
Constructors
HtmlActionDescriptor()
Declaration
public HtmlActionDescriptor()
HtmlActionDescriptor(Element)
HtmlActionDescriptor(String, Element)
Declaration
public HtmlActionDescriptor(string name, Element target)
Parameters
System.String
name
|
Element
target
|
Properties
AjaxTimeout
Declaration
[PrimaryProperty]
public virtual int AjaxTimeout { get; set; }
Property Value
System.Int32
|
ClosesBrowser
Declaration
public bool ClosesBrowser { get; set; }
Property Value
System.Boolean
|
PrimaryTarget
Declaration
public override ElementDescriptor PrimaryTarget { get; set; }
Property Value
ElementDescriptor
|
Overrides
SecondaryTarget
Declaration
public override ElementDescriptor SecondaryTarget { get; set; }
Property Value
ElementDescriptor
|
Overrides
TechnologyType
Declaration
public override TechnologyType TechnologyType { get; }
Property Value
TechnologyType
|
Overrides
UsejQuery
Declaration
public virtual bool UsejQuery { get; set; }
Property Value
System.Boolean
|
Methods
CreateElementFindExpression(String)
Declaration
protected override CodeExpression CreateElementFindExpression(string elementKey)
Parameters
System.String
elementKey
|
Returns
System.CodeDom.CodeExpression
|
Overrides
Execute(IAutomationHost)
Declaration
public override void Execute(IAutomationHost autoHost)
Parameters
IAutomationHost
autoHost
|
Overrides
Execute(Browser)
InspectWebSettings(UserSettings)
Declaration
public virtual void InspectWebSettings(UserSettings settings)
Parameters
UserSettings
settings
|