Class
DesktopInvokePattern

Represents invoke pattern.

Definition

Namespace:ArtOfTest.WebAii.DesktopAutomation.Patterns

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public class DesktopInvokePattern : DesktopPattern

Inheritance: objectDesktopPatternDesktopInvokePattern

Inherited Members DesktopPattern.elementDesktopPattern.EnumNativeArray(IUIAutomationElementArray)DesktopPattern.GetNativePattern<T>(int)

Constructors

DesktopInvokePattern(DesktopElement)

Create new instance of DesktopInvokePattern class.

Declaration

cs-api-definition
public DesktopInvokePattern(DesktopElement element)

Parameters

element

DesktopElement

Underlying element.

Methods

Invoke()

Invoke element action related to this pattern.

Declaration

cs-api-definition
public void Invoke()