Class XamlActionDescriptor
Inheritance
System.Object
XamlActionDescriptor
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 XamlActionDescriptor : ActionDescriptor, INotifyPropertyChanged, ICustomTypeDescriptor, IExtensibleDataObject, IInspectWebSettings
Constructors
XamlActionDescriptor()
Declaration
protected XamlActionDescriptor()
XamlActionDescriptor(IFrameworkElement)
Declaration
protected XamlActionDescriptor(IFrameworkElement target)
Parameters
IFramework
|
XamlActionDescriptor(String, IFrameworkElement)
Declaration
protected XamlActionDescriptor(string name, IFrameworkElement target)
Parameters
System.
|
IFramework
|
Properties
PrimaryTarget
Declaration
public override ElementDescriptor PrimaryTarget { get; set; }
Property Value
Overrides
SearchByImageFirst
Declaration
public SearchElementOrderType SearchByImageFirst { get; }
Property Value
SecondaryTarget
Declaration
public override ElementDescriptor SecondaryTarget { get; set; }
Property Value
Overrides
SimulateRealUser
Declaration
public virtual bool SimulateRealUser { get; set; }
Property Value
System.
|
TechnologyType
Declaration
public override TechnologyType TechnologyType { get; }
Property Value
Overrides
VirtualizingContainer
Declaration
public virtual ElementDescriptor VirtualizingContainer { get; set; }
Property Value
VirtualizingContainerOffset
Declaration
public virtual double VirtualizingContainerOffset { get; set; }
Property Value
System.
|
WaitForNoMotion
Declaration
public virtual bool WaitForNoMotion { get; set; }
Property Value
System.
|
WaitForNoMotionCheckInterval
Declaration
public virtual int WaitForNoMotionCheckInterval { get; set; }
Property Value
System.
|
Methods
CreateElementFindExpression(String)
Declaration
protected override CodeExpression CreateElementFindExpression(string elementKey)
Parameters
System.
|
Returns
System.
|
Overrides
Execute(IAutomationHost)
Declaration
public override void Execute(IAutomationHost autoHost)
Parameters
IAutomation
|
Overrides
Execute(IApplication)
InspectWebSettings(UserSettings)
Declaration
public virtual void InspectWebSettings(UserSettings settings)
Parameters
User
|
Implements
ToPercentage(Point, RectangleF)
Declaration
protected Point ToPercentage(Point p, RectangleF rect)
Parameters
System.
|
System.
|
Returns
System.
|