![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
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) |
Definition at line 396 of file Interfaces.cs.
| IAllowElementSettingsAndActions GenerallyPositive.Application.IAllowElementActions.AppendFrom | ( | string | inputText | ) |
Implemented in GenerallyPositive.Application.ElementAssistant.
| IAllowElementSettingsAndActions GenerallyPositive.Application.IAllowElementActions.FillInFrom | ( | string | inputText | ) |
Implemented in GenerallyPositive.Application.ElementAssistant.
| IAllowElementSettingsAndActions GenerallyPositive.Application.IAllowElementActions.InsertFrom | ( | string | inputText | ) |
Implemented in GenerallyPositive.Application.ElementAssistant.
| IAllowElementSettingsAndActions GenerallyPositive.Application.IAllowElementActions.LeftClick | ( | ) |
Implemented in GenerallyPositive.Application.ElementAssistant.
| IAllowElementSettingsAndActions GenerallyPositive.Application.IAllowElementActions.LeftDoubleClick | ( | ) |
Implemented in GenerallyPositive.Application.ElementAssistant.
| IAllowElementSettingsAndActions GenerallyPositive.Application.IAllowElementActions.PressModifierKey | ( | ModifierKeys | modifierKeys | ) |
Implemented in GenerallyPositive.Application.ElementAssistant.
| IAllowElementSettingsAndActions GenerallyPositive.Application.IAllowElementActions.ReleaseModifierKey | ( | ModifierKeys | modifierKeys | ) |
Implemented in GenerallyPositive.Application.ElementAssistant.
| IAllowElementSettingsAndActions GenerallyPositive.Application.IAllowElementActions.RightClick | ( | ) |
Implemented in GenerallyPositive.Application.ElementAssistant.
| IAllowElementSettingsAndActions GenerallyPositive.Application.IAllowElementActions.ScrollHorizontal | ( | System.Windows.Automation.ScrollAmount | scrollAmount | ) |
Implemented in GenerallyPositive.Application.ElementAssistant.
| IAllowElementSettingsAndActions GenerallyPositive.Application.IAllowElementActions.ScrollHorizontalPercent | ( | int | percent | ) |
Implemented in GenerallyPositive.Application.ElementAssistant.
| IAllowElementSettingsAndActions GenerallyPositive.Application.IAllowElementActions.ScrollVertical | ( | System.Windows.Automation.ScrollAmount | scrollAmount | ) |
Implemented in GenerallyPositive.Application.ElementAssistant.
| IAllowElementSettingsAndActions GenerallyPositive.Application.IAllowElementActions.ScrolVerticalPercent | ( | int | percent | ) |
Implemented in GenerallyPositive.Application.ElementAssistant.
| IAllowElementSettingsAndActions GenerallyPositive.Application.IAllowElementActions.SendKeyCode | ( | byte | keyCode | ) |
Implemented in GenerallyPositive.Application.ElementAssistant.