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
IFrameworkElement
target
|
XamlActionDescriptor(String, IFrameworkElement)
Declaration
protected XamlActionDescriptor(string name, IFrameworkElement target)
Parameters
System.String
name
|
IFrameworkElement
target
|
Properties
PrimaryTarget
Declaration
public override ElementDescriptor PrimaryTarget { get; set; }
Property Value
ElementDescriptor
|
Overrides
SearchByImageFirst
Declaration
public SearchElementOrderType SearchByImageFirst { get; }
Property Value
SearchElementOrderType
|
SecondaryTarget
Declaration
public override ElementDescriptor SecondaryTarget { get; set; }
Property Value
ElementDescriptor
|
Overrides
SimulateRealUser
Declaration
public virtual bool SimulateRealUser { get; set; }
Property Value
System.Boolean
|
TechnologyType
Declaration
public override TechnologyType TechnologyType { get; }
Property Value
TechnologyType
|
Overrides
VirtualizingContainer
Declaration
public virtual ElementDescriptor VirtualizingContainer { get; set; }
Property Value
ElementDescriptor
|
VirtualizingContainerOffset
Declaration
public virtual double VirtualizingContainerOffset { get; set; }
Property Value
System.Double
|
WaitForNoMotion
Declaration
public virtual bool WaitForNoMotion { get; set; }
Property Value
System.Boolean
|
WaitForNoMotionCheckInterval
Declaration
public virtual int WaitForNoMotionCheckInterval { get; set; }
Property Value
System.Int32
|
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(IApplication)
InspectWebSettings(UserSettings)
Declaration
public virtual void InspectWebSettings(UserSettings settings)
Parameters
UserSettings
settings
|
Implements
ToPercentage(Point, RectangleF)
Declaration
protected Point ToPercentage(Point p, RectangleF rect)
Parameters
System.Drawing.Point
p
|
System.Drawing.RectangleF
rect
|
Returns
System.Drawing.Point
|