GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.Browser.IAllowSelectorAction Interface Reference
Inheritance diagram for GenerallyPositive.Browser.IAllowSelectorAction:
GenerallyPositive.Browser.IAllowSetValueFromElement GenerallyPositive.Browser.IAllowSetAttributeValue GenerallyPositive.Browser.IAllowWithAttribute GenerallyPositive.Browser.IAllowHideElement GenerallyPositive.Browser.IAllowPrintDomElement GenerallyPositive.Browser.IAllowDragAndDrop GenerallyPositive.Browser.IAllowWithGridToSave GenerallyPositive.Browser.IAllowScrolling GenerallyPositive.Browser.IAllowMoveTo GenerallyPositive.Browser.IAllowHover GenerallyPositive.Browser.IAllowFocus GenerallyPositive.Browser.IAllowFillInFrom GenerallyPositive.Browser.IAllowClicks GenerallyPositive.Browser.IAllowAfterAnySelector GenerallyPositive.Browser.IAllowAfterAnySelectorExceptWithAll GenerallyPositive.Browser.IAllowAfterImageSelector GenerallyPositive.Browser.IAllowAfterWaitFor GenerallyPositive.Browser.IAllowBrowserActionOrAnySelector GenerallyPositive.Browser.IAllowBrowserSettingsOrSelectorAction GenerallyPositive.Browser.IAllowAllBrowserAndAllSelector GenerallyPositive.Browser.IBrowser GenerallyPositive.Browser.IBrowser GenerallyPositive.Browser.IAllowAfterWaitForAndSizeControl GenerallyPositive.Browser.IAllowCallTemplate GenerallyPositive.Browser.IBrowser GenerallyPositive.Browser.IBrowser GenerallyPositive.Browser.IBrowser GenerallyPositive.Browser.Browser GenerallyPositive.Browser.Browser GenerallyPositive.Browser.IBrowser GenerallyPositive.Browser.IBrowser GenerallyPositive.Browser.Browser GenerallyPositive.Browser.Browser GenerallyPositive.Browser.Browser GenerallyPositive.Browser.Browser GenerallyPositive.Browser.Browser

Additional Inherited Members

Public Member Functions inherited from GenerallyPositive.Browser.IAllowClicks
IAllowBrowserActionOrAnySelector LeftClick ()
IAllowBrowserActionOrAnySelector LeftClick (Selector selector)
IAllowBrowserActionOrAnySelector MiddleClick ()
IAllowBrowserActionOrAnySelector SelectClick (SelectClickType selectClickType)
IAllowBrowserActionOrAnySelector StealthLeftClick (Selector selector)
IAllowBrowserActionOrAnySelector LeftClick (ModifierKeys modifierKeys)
IAllowBrowserActionOrAnySelector LeftClickAndDownload (GPALFile filenames)
IAllowBrowserActionOrAnySelector LeftClickAndUpload (GPALFile filenames)
IAllowBrowserActionOrAnySelector LeftDoubleClick ()
IAllowBrowserActionOrAnySelector RightClick (Selector selector=null)
IAllowBrowserActionOrAnySelector RightClickAndDownload (GPALFile filenames)
Public Member Functions inherited from GenerallyPositive.Browser.IAllowFillInFrom
IAllowBrowserActionOrAnySelector SendString (string textToSend)
IAllowBrowserActionOrAnySelector SendKey (byte VKCode)
IAllowBrowserActionOrAnySelector PressModifierKey (ModifierKeys modifierKeys)
IAllowBrowserActionOrAnySelector ReleaseModifierKey (ModifierKeys modifierKeys)
IAllowBrowserActionOrAnySelector FillInFrom (string textToUse)
IAllowBrowserActionOrAnySelector AppendFrom (string textToUse)
IAllowBrowserActionOrAnySelector InsertFrom (string textToUse)
IAllowBrowserActionOrAnySelector FillInFrom (GPALFile inputFile)
IAllowBrowserActionOrAnySelector AppendFrom (GPALFile inputFile)
IAllowBrowserActionOrAnySelector InsertFrom (GPALFile inputFile)
IAllowBrowserActionOrAnySelector FillInFrom (GPALDatabase inpuDatabase)
IAllowBrowserActionOrAnySelector AppendFrom (GPALDatabase inpuDatabase)
IAllowBrowserActionOrAnySelector InsertFrom (GPALDatabase inpuDatabase)
IAllowBrowserActionOrAnySelector FillInFrom (IGPALGrid< string > inputGrid)
IAllowBrowserActionOrAnySelector AppendFrom (IGPALGrid< string > inputGrid)
IAllowBrowserActionOrAnySelector InsertFrom (IGPALGrid< string > inputGrid)
IAllowBrowserActionOrAnySelector SetRange (int rangeValue)
Public Member Functions inherited from GenerallyPositive.Browser.IAllowFocus
IAllowBrowserActionOrAnySelector Focus (Selector selector=null)
Public Member Functions inherited from GenerallyPositive.Browser.IAllowHover
IAllowBrowserActionOrAnySelector Hover (Selector selector=null)
Public Member Functions inherited from GenerallyPositive.Browser.IAllowMoveTo
IAllowBrowserActionOrAnySelector MoveTo (Selector selector=null)
Public Member Functions inherited from GenerallyPositive.Browser.IAllowScrolling
IAllowBrowserActionOrAnySelector ScrollElementHorizontalByPixels (int scrollAmountInPixels)
IAllowBrowserActionOrAnySelector ScrollElementVerticalByPixels (int scrollAmountInPixels)
Public Member Functions inherited from GenerallyPositive.Browser.IAllowWithGridToSave
IAllowWithHeaderOrFileActions WithGridToSave (IGPALGrid< string > filename)
Public Member Functions inherited from GenerallyPositive.Browser.IAllowDragAndDrop
IAllowBrowserActionOrAnySelector DragAndDrop (Selector selector=null)
IAllowBrowserActionOrAnySelector DragAndDrop (ModifierKeys modifierKeys)
Public Member Functions inherited from GenerallyPositive.Browser.IAllowPrintDomElement
IAllowBrowserActionOrAnySelector PrintToPDF (GPALFile gpalFile)
IAllowBrowserActionOrAnySelector WithPageOrientation (PageOrientation pageOrientation)
Public Member Functions inherited from GenerallyPositive.Browser.IAllowHideElement
IAllowBrowserActionOrAnySelector Hide (Selector selector=null)
Public Member Functions inherited from GenerallyPositive.Browser.IAllowWithAttribute
IAllowSetAttributeValue WithAttribute (string attribute)
 Names the DOM attribute to set on the found element(s). Must be followed by IAllowSetAttributeValue.SetAttribute to supply the value and complete the action.
Public Member Functions inherited from GenerallyPositive.Browser.IAllowSetAttributeValue
IAllowBrowserActionOrAnySelector SetAttribute (string value)
 Directly sets a DOM attribute on the found element(s) via element.setAttribute(attribute, value), using the attribute name given to the preceding IAllowWithAttribute.WithAttribute call. Uses OttoMagic, Puppeteer or JavaScript depending on the active engine. Hardware automation has no equivalent operation, so it falls back to whichever of Selenium/JavaScript or Puppeteer is configured.
Public Member Functions inherited from GenerallyPositive.Browser.IAllowSetValueFromElement
IAllowBrowserActionOrAnySelector SetValueFrom (Selector selector)
 Copies the value from the element matched by selector into the element(s) matched by the preceding IAllowWithSelector.WithSelector call, i.e. destElement.value = srcElement.value. Uses OttoMagic, Puppeteer or JavaScript depending on the active engine, and fires "input"/"change" events on the destination so the page reacts to the new value.

Detailed Description

Definition at line 763 of file Interfaces.cs.


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