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

Public Member Functions

IAllowElementSettingsAndActions LeftClick (IGPALElement webElement)
IAllowElementSettingsAndActions LeftClick ()
IAllowElementSettingsAndActions LeftClick (ModifierKeys modifierKeys)
IAllowElementSettingsAndActions LeftDoubleClick (IGPALElement webElement)
IAllowElementSettingsAndActions MiddleClick ()
IAllowElementSettingsAndActions RightClick (IGPALElement webElement)
IAllowElementSettingsAndActions FillInFrom (string textToUse)
IAllowElementSettingsAndActions InsertFrom (string textToUse)
IAllowElementSettingsAndActions AppendFrom (string textToUse)
IAllowElementSettingsAndActions SendKey (byte VKCode)
IAllowElementSettingsAndActions SendString (string textToSend)
IAllowElementSettingsAndActions PressModifierKey (ModifierKeys modifierKeys)
IAllowElementSettingsAndActions ReleaseModifierKey (ModifierKeys modifierKeys)
IAllowElementSettingsAndActions ScrollHorizontalPixels (int scrollAmount)
IAllowElementSettingsAndActions ScrollVerticalPixels (int scrollAmount)

Detailed Description

Definition at line 915 of file Interfaces.cs.

Member Function Documentation

◆ AppendFrom()

IAllowElementSettingsAndActions GenerallyPositive.Browser.IAllowElementActions.AppendFrom ( string textToUse)

◆ FillInFrom()

IAllowElementSettingsAndActions GenerallyPositive.Browser.IAllowElementActions.FillInFrom ( string textToUse)

◆ InsertFrom()

IAllowElementSettingsAndActions GenerallyPositive.Browser.IAllowElementActions.InsertFrom ( string textToUse)

◆ LeftClick() [1/2]

IAllowElementSettingsAndActions GenerallyPositive.Browser.IAllowElementActions.LeftClick ( )

◆ LeftClick() [2/2]

IAllowElementSettingsAndActions GenerallyPositive.Browser.IAllowElementActions.LeftClick ( IGPALElement webElement)

◆ LeftDoubleClick()

IAllowElementSettingsAndActions GenerallyPositive.Browser.IAllowElementActions.LeftDoubleClick ( IGPALElement webElement)

◆ MiddleClick()

IAllowElementSettingsAndActions GenerallyPositive.Browser.IAllowElementActions.MiddleClick ( )

◆ PressModifierKey()

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

◆ ReleaseModifierKey()

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

◆ RightClick()

IAllowElementSettingsAndActions GenerallyPositive.Browser.IAllowElementActions.RightClick ( IGPALElement webElement)

◆ ScrollHorizontalPixels()

IAllowElementSettingsAndActions GenerallyPositive.Browser.IAllowElementActions.ScrollHorizontalPixels ( int scrollAmount)

◆ ScrollVerticalPixels()

IAllowElementSettingsAndActions GenerallyPositive.Browser.IAllowElementActions.ScrollVerticalPixels ( int scrollAmount)

◆ SendKey()

IAllowElementSettingsAndActions GenerallyPositive.Browser.IAllowElementActions.SendKey ( byte VKCode)

◆ SendString()

IAllowElementSettingsAndActions GenerallyPositive.Browser.IAllowElementActions.SendString ( string textToSend)

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