GPAL - Generally Positive Automation Library
v1.0
GPAL The Fluent Automation LIbrary
Toggle main menu visibility
Loading...
Searching...
No Matches
GenerallyPositive.Application.IAllowSelectorAction Interface Reference
Inheritance diagram for GenerallyPositive.Application.IAllowSelectorAction:
Additional Inherited Members
Public Member Functions inherited from
GenerallyPositive.Application.IAllowClicks
IAllowSelectorActionOrAnySelector
LeftClick
(
Selector
selector=null)
IAllowSelectorActionOrAnySelector
LeftClick
(ModifierKeys modifierKeys)
IAllowSelectorActionOrAnySelector
LeftDoubleClick
(
Selector
selector=null)
IAllowSelectorActionOrAnySelector
MiddleClick
(
Selector
selector=null)
IAllowSelectorActionOrAnySelector
RightClick
(
Selector
selector=null)
IAllowSelectorActionOrAnySelector
DragAndDrop
(
Selector
selector=null)
IAllowSelectorActionOrAnySelector
DragAndDrop
(ModifierKeys modifierKeys)
Public Member Functions inherited from
GenerallyPositive.Application.IAllowFillInFrom
IAllowSelectorActionOrAnySelector
FillInFrom
(string textToUse)
IAllowSelectorActionOrAnySelector
AppendFrom
(string textToUse)
IAllowSelectorActionOrAnySelector
InsertFrom
(string textToUse)
IAllowSelectorActionOrAnySelector
FillInFrom
(
GPALFile
inputFile)
IAllowSelectorActionOrAnySelector
AppendFrom
(
GPALFile
inputFile)
IAllowSelectorActionOrAnySelector
InsertFrom
(
GPALFile
inputFile)
IAllowSelectorActionOrAnySelector
FillInFrom
(
GPALDatabase
inputDatabase)
IAllowSelectorActionOrAnySelector
AppendFrom
(
GPALDatabase
inputDatabase)
IAllowSelectorActionOrAnySelector
InsertFrom
(
GPALDatabase
inputDatabase)
IAllowSelectorActionOrAnySelector
FillInFrom
(IGPALGrid< string > inputGrid)
IAllowSelectorActionOrAnySelector
AppendFrom
(IGPALGrid< string > inputGrid)
IAllowSelectorActionOrAnySelector
InsertFrom
(IGPALGrid< string > inputGrid)
Public Member Functions inherited from
GenerallyPositive.Application.IAllowFocus
IAllowSelectorActionOrAnySelector
Focus
(
Selector
selector=null)
Public Member Functions inherited from
GenerallyPositive.Application.IAllowHover
IAllowSelectorActionOrAnySelector
Hover
(
Selector
selector=null)
Public Member Functions inherited from
GenerallyPositive.Application.IAllowMoveTo
IAllowSelectorActionOrAnySelector
MoveTo
(
Selector
selector=null)
Public Member Functions inherited from
GenerallyPositive.Application.IAllowScrolling
IAllowSelectorActionOrAnySelector
ScrollHorizontalSmall
(int iterations)
IAllowSelectorActionOrAnySelector
ScrollHorizontalLarge
(int iterations)
IAllowSelectorActionOrAnySelector
ScrollHorizontalPercent
(int percent)
IAllowSelectorActionOrAnySelector
ScrollVerticalSmall
(int iterations)
IAllowSelectorActionOrAnySelector
ScrollVerticalLarge
(int iterations)
IAllowSelectorActionOrAnySelector
ScrollVerticalPercent
(int percent)
Public Member Functions inherited from
GenerallyPositive.Application.IAllowWaitFor
IAllowAfterWaitForAndSizeControl
WaitFor
(int waitForTimeInTicks)
Public Member Functions inherited from
GenerallyPositive.Application.IAllowKeyboardActions
IAllowSelectorActionOrAnySelector
SendString
(string textToSend)
Simulates typing via hardware key events, one character at a time. Honors GPAL.TypingDelay (see GPAL.WithTypingDelay): 0 sends the string with no inter-character pacing, greater than 0 sleeps that many milliseconds between characters.
IAllowSelectorActionOrAnySelector
SendKey
(byte VKCode)
IAllowSelectorActionOrAnySelector
PressModifierKey
(ModifierKeys modifierKeys)
IAllowSelectorActionOrAnySelector
ReleaseModifierKey
(ModifierKeys modifierKeys)
Public Member Functions inherited from
GenerallyPositive.Application.IAllowSetRange
IAllowAllActionAndAnySelector
SetRange
(double rangeValue)
Public Member Functions inherited from
GenerallyPositive.Application.IAllowToGPALObject< TResult >
TResult
ToGPALObject
()
Detailed Description
Definition at line
176
of file
Interfaces.cs
.
The documentation for this interface was generated from the following file:
Application/
Interfaces.cs
GenerallyPositive
Application
IAllowSelectorAction
Generated by
1.17.0