![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
Definition at line 915 of file Interfaces.cs.
| IAllowElementSettingsAndActions GenerallyPositive.Browser.IAllowElementActions.AppendFrom | ( | string | textToUse | ) |
Implemented in GenerallyPositive.Browser.ElementAssistant.
| IAllowElementSettingsAndActions GenerallyPositive.Browser.IAllowElementActions.FillInFrom | ( | string | textToUse | ) |
Implemented in GenerallyPositive.Browser.ElementAssistant.
| IAllowElementSettingsAndActions GenerallyPositive.Browser.IAllowElementActions.InsertFrom | ( | string | textToUse | ) |
Implemented in GenerallyPositive.Browser.ElementAssistant.
| IAllowElementSettingsAndActions GenerallyPositive.Browser.IAllowElementActions.LeftClick | ( | ) |
Implemented in GenerallyPositive.Browser.ElementAssistant.
| IAllowElementSettingsAndActions GenerallyPositive.Browser.IAllowElementActions.LeftClick | ( | IGPALElement | webElement | ) |
Implemented in GenerallyPositive.Browser.ElementAssistant.
| IAllowElementSettingsAndActions GenerallyPositive.Browser.IAllowElementActions.LeftDoubleClick | ( | IGPALElement | webElement | ) |
Implemented in GenerallyPositive.Browser.ElementAssistant.
| IAllowElementSettingsAndActions GenerallyPositive.Browser.IAllowElementActions.MiddleClick | ( | ) |
Implemented in GenerallyPositive.Browser.ElementAssistant.
| IAllowElementSettingsAndActions GenerallyPositive.Browser.IAllowElementActions.PressModifierKey | ( | ModifierKeys | modifierKeys | ) |
Implemented in GenerallyPositive.Browser.ElementAssistant.
| IAllowElementSettingsAndActions GenerallyPositive.Browser.IAllowElementActions.ReleaseModifierKey | ( | ModifierKeys | modifierKeys | ) |
Implemented in GenerallyPositive.Browser.ElementAssistant.
| IAllowElementSettingsAndActions GenerallyPositive.Browser.IAllowElementActions.RightClick | ( | IGPALElement | webElement | ) |
Implemented in GenerallyPositive.Browser.ElementAssistant.
| IAllowElementSettingsAndActions GenerallyPositive.Browser.IAllowElementActions.ScrollHorizontalPixels | ( | int | scrollAmount | ) |
Implemented in GenerallyPositive.Browser.ElementAssistant.
| IAllowElementSettingsAndActions GenerallyPositive.Browser.IAllowElementActions.ScrollVerticalPixels | ( | int | scrollAmount | ) |
Implemented in GenerallyPositive.Browser.ElementAssistant.
| IAllowElementSettingsAndActions GenerallyPositive.Browser.IAllowElementActions.SendKey | ( | byte | VKCode | ) |
Implemented in GenerallyPositive.Browser.ElementAssistant.
| IAllowElementSettingsAndActions GenerallyPositive.Browser.IAllowElementActions.SendString | ( | string | textToSend | ) |
Implemented in GenerallyPositive.Browser.ElementAssistant.