GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.Application.IAllowElementActions Interface Reference
Inheritance diagram for GenerallyPositive.Application.IAllowElementActions:
GenerallyPositive.Application.IAllowElementSettingsAndActions GenerallyPositive.Application.ElementAssistant

Public Member Functions

IAllowElementSettingsAndActions LeftClick ()
IAllowElementSettingsAndActions LeftClick (ModifierKeys modifierKeys)
IAllowElementSettingsAndActions LeftDoubleClick ()
IAllowElementSettingsAndActions RightClick ()
IAllowElementSettingsAndActions FillInFrom (string inputText)
IAllowElementSettingsAndActions InsertFrom (string inputText)
IAllowElementSettingsAndActions AppendFrom (string inputText)
IAllowElementSettingsAndActions SendKeyCode (byte keyCode)
IAllowElementSettingsAndActions PressModifierKey (ModifierKeys modifierKeys)
IAllowElementSettingsAndActions ReleaseModifierKey (ModifierKeys modifierKeys)
IAllowElementSettingsAndActions ScrollHorizontal (System.Windows.Automation.ScrollAmount scrollAmount)
IAllowElementSettingsAndActions ScrollHorizontalPercent (int percent)
IAllowElementSettingsAndActions ScrollVertical (System.Windows.Automation.ScrollAmount scrollAmount)
IAllowElementSettingsAndActions ScrolVerticalPercent (int percent)

Detailed Description

Definition at line 396 of file Interfaces.cs.

Member Function Documentation

◆ AppendFrom()

IAllowElementSettingsAndActions GenerallyPositive.Application.IAllowElementActions.AppendFrom ( string inputText)

◆ FillInFrom()

IAllowElementSettingsAndActions GenerallyPositive.Application.IAllowElementActions.FillInFrom ( string inputText)

◆ InsertFrom()

IAllowElementSettingsAndActions GenerallyPositive.Application.IAllowElementActions.InsertFrom ( string inputText)

◆ LeftClick()

IAllowElementSettingsAndActions GenerallyPositive.Application.IAllowElementActions.LeftClick ( )

◆ LeftDoubleClick()

IAllowElementSettingsAndActions GenerallyPositive.Application.IAllowElementActions.LeftDoubleClick ( )

◆ PressModifierKey()

IAllowElementSettingsAndActions GenerallyPositive.Application.IAllowElementActions.PressModifierKey ( ModifierKeys modifierKeys)

◆ ReleaseModifierKey()

IAllowElementSettingsAndActions GenerallyPositive.Application.IAllowElementActions.ReleaseModifierKey ( ModifierKeys modifierKeys)

◆ RightClick()

IAllowElementSettingsAndActions GenerallyPositive.Application.IAllowElementActions.RightClick ( )

◆ ScrollHorizontal()

IAllowElementSettingsAndActions GenerallyPositive.Application.IAllowElementActions.ScrollHorizontal ( System.Windows.Automation.ScrollAmount scrollAmount)

◆ ScrollHorizontalPercent()

IAllowElementSettingsAndActions GenerallyPositive.Application.IAllowElementActions.ScrollHorizontalPercent ( int percent)

◆ ScrollVertical()

IAllowElementSettingsAndActions GenerallyPositive.Application.IAllowElementActions.ScrollVertical ( System.Windows.Automation.ScrollAmount scrollAmount)

◆ ScrolVerticalPercent()

IAllowElementSettingsAndActions GenerallyPositive.Application.IAllowElementActions.ScrolVerticalPercent ( int percent)

◆ SendKeyCode()

IAllowElementSettingsAndActions GenerallyPositive.Application.IAllowElementActions.SendKeyCode ( byte keyCode)

The documentation for this interface was generated from the following file: