Interface IAllowElementActions
Assembly: GPAL.dll
Syntax
public interface IAllowElementActions
Methods
AppendFrom(String)
Declaration
IAllowElementSettingsAndActions AppendFrom(string textToUse)
Parameters
| Type |
Name |
Description |
| System.String |
textToUse |
|
Returns
FillInFrom(String)
Declaration
IAllowElementSettingsAndActions FillInFrom(string textToUse)
Parameters
| Type |
Name |
Description |
| System.String |
textToUse |
|
Returns
InsertFrom(String)
Declaration
IAllowElementSettingsAndActions InsertFrom(string textToUse)
Parameters
| Type |
Name |
Description |
| System.String |
textToUse |
|
Returns
LeftClick(Enums.ModifierKeys)
Declaration
IAllowElementSettingsAndActions LeftClick(Enums.ModifierKeys modifierKeys = Enums.ModifierKeys.None)
Parameters
Returns
LeftClick(GPALElement)
Declaration
IAllowElementSettingsAndActions LeftClick(GPALElement webElement)
Parameters
Returns
LeftDoubleClick(GPALElement)
Declaration
IAllowElementSettingsAndActions LeftDoubleClick(GPALElement webElement)
Parameters
Returns
PressModifierKey(Enums.ModifierKeys)
Declaration
IAllowElementSettingsAndActions PressModifierKey(Enums.ModifierKeys modifierKeys)
Parameters
Returns
ReleaseModifierKey(Enums.ModifierKeys)
Declaration
IAllowElementSettingsAndActions ReleaseModifierKey(Enums.ModifierKeys modifierKeys)
Parameters
Returns
RightClick(GPALElement)
Declaration
IAllowElementSettingsAndActions RightClick(GPALElement webElement)
Parameters
Returns
Declaration
IAllowElementSettingsAndActions ScrollHorizontalPixels(int scrollAmount)
Parameters
| Type |
Name |
Description |
| System.Int32 |
scrollAmount |
|
Returns
Declaration
IAllowElementSettingsAndActions ScrollVerticalPixels(int scrollAmount)
Parameters
| Type |
Name |
Description |
| System.Int32 |
scrollAmount |
|
Returns
SendKey(Byte)
Declaration
IAllowElementSettingsAndActions SendKey(byte VKCode)
Parameters
| Type |
Name |
Description |
| System.Byte |
VKCode |
|
Returns
SendString(String)
Declaration
IAllowElementSettingsAndActions SendString(string textToSend)
Parameters
| Type |
Name |
Description |
| System.String |
textToSend |
|
Returns