Show / Hide Table of Contents

Interface IAllowElementActions

Namespace: GenerallyPositive.Browser
Assembly: GPAL.dll
Syntax
public interface IAllowElementActions

Methods

AppendFrom(String)

Declaration
IAllowElementSettingsAndActions AppendFrom(string textToUse)
Parameters
Type Name Description
System.String textToUse
Returns
Type Description
IAllowElementSettingsAndActions

FillInFrom(String)

Declaration
IAllowElementSettingsAndActions FillInFrom(string textToUse)
Parameters
Type Name Description
System.String textToUse
Returns
Type Description
IAllowElementSettingsAndActions

InsertFrom(String)

Declaration
IAllowElementSettingsAndActions InsertFrom(string textToUse)
Parameters
Type Name Description
System.String textToUse
Returns
Type Description
IAllowElementSettingsAndActions

LeftClick(Enums.ModifierKeys)

Declaration
IAllowElementSettingsAndActions LeftClick(Enums.ModifierKeys modifierKeys = Enums.ModifierKeys.None)
Parameters
Type Name Description
Enums.ModifierKeys modifierKeys
Returns
Type Description
IAllowElementSettingsAndActions

LeftClick(GPALElement)

Declaration
IAllowElementSettingsAndActions LeftClick(GPALElement webElement)
Parameters
Type Name Description
GPALElement webElement
Returns
Type Description
IAllowElementSettingsAndActions

LeftDoubleClick(GPALElement)

Declaration
IAllowElementSettingsAndActions LeftDoubleClick(GPALElement webElement)
Parameters
Type Name Description
GPALElement webElement
Returns
Type Description
IAllowElementSettingsAndActions

PressModifierKey(Enums.ModifierKeys)

Declaration
IAllowElementSettingsAndActions PressModifierKey(Enums.ModifierKeys modifierKeys)
Parameters
Type Name Description
Enums.ModifierKeys modifierKeys
Returns
Type Description
IAllowElementSettingsAndActions

ReleaseModifierKey(Enums.ModifierKeys)

Declaration
IAllowElementSettingsAndActions ReleaseModifierKey(Enums.ModifierKeys modifierKeys)
Parameters
Type Name Description
Enums.ModifierKeys modifierKeys
Returns
Type Description
IAllowElementSettingsAndActions

RightClick(GPALElement)

Declaration
IAllowElementSettingsAndActions RightClick(GPALElement webElement)
Parameters
Type Name Description
GPALElement webElement
Returns
Type Description
IAllowElementSettingsAndActions

ScrollHorizontalPixels(Int32)

Declaration
IAllowElementSettingsAndActions ScrollHorizontalPixels(int scrollAmount)
Parameters
Type Name Description
System.Int32 scrollAmount
Returns
Type Description
IAllowElementSettingsAndActions

ScrollVerticalPixels(Int32)

Declaration
IAllowElementSettingsAndActions ScrollVerticalPixels(int scrollAmount)
Parameters
Type Name Description
System.Int32 scrollAmount
Returns
Type Description
IAllowElementSettingsAndActions

SendKey(Byte)

Declaration
IAllowElementSettingsAndActions SendKey(byte VKCode)
Parameters
Type Name Description
System.Byte VKCode
Returns
Type Description
IAllowElementSettingsAndActions

SendString(String)

Declaration
IAllowElementSettingsAndActions SendString(string textToSend)
Parameters
Type Name Description
System.String textToSend
Returns
Type Description
IAllowElementSettingsAndActions
In This Article
Back to top Generated by DocFX