ClassDesktopInvokePattern
Class
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
Constructors
DesktopInvokePattern(DesktopElement)
Create new instance of DesktopInvokePattern class.
Declaration
cs-api-definition
public DesktopInvokePattern(DesktopElement element)
Parameters
element
Underlying element.
Methods
Invoke()
Invoke element action related to this pattern.
Declaration
cs-api-definition
public void Invoke()