Show / Hide Table of Contents

Interface IAllowSelectorAction

Inherited Members
IAllowClicks.LeftClick(Selector)
IAllowClicks.SelectClick(Enums.SelectClickType)
IAllowClicks.StealthLeftClick(Selector)
IAllowClicks.LeftClick(Enums.ModifierKeys)
IAllowClicks.LeftClickAndDownload(IGPALFile)
IAllowClicks.LeftDoubleClick()
IAllowClicks.RightClick(Selector)
IAllowClicks.RightClickAndDownload(IGPALFile)
IAllowClicks.RightClickAndPrintToPDF(String)
IAllowFillInFrom.SendString(String)
IAllowFillInFrom.SendKey(Byte)
IAllowFillInFrom.PressModifierKey(Enums.ModifierKeys)
IAllowFillInFrom.ReleaseModifierKey(Enums.ModifierKeys)
IAllowFillInFrom.FillInFrom(String)
IAllowFillInFrom.AppendFrom(String)
IAllowFillInFrom.InsertFrom(String)
IAllowFillInFrom.FillInFrom(IGPALFile)
IAllowFillInFrom.AppendFrom(IGPALFile)
IAllowFillInFrom.InsertFrom(IGPALFile)
IAllowFillInFrom.FillInFrom(GPALDatabase)
IAllowFillInFrom.AppendFrom(GPALDatabase)
IAllowFillInFrom.InsertFrom(GPALDatabase)
IAllowFillInFrom.FillInFrom(IGPALGrid<String>)
IAllowFillInFrom.AppendFrom(IGPALGrid<String>)
IAllowFillInFrom.InsertFrom(IGPALGrid<String>)
IAllowFocus.Focus(Selector)
IAllowHover.Hover(Selector)
IAllowMoveTo.MoveTo(Selector)
IAllowScrolling.ScrollHorizontalByPixels(Int32)
IAllowScrolling.ScrollVerticalByPixels(Int32)
IAllowWithGridToSave.WithGridToSave(IGPALGrid<String>)
IAllowDragAndDrop.DragAndDrop(Selector)
IAllowPrintDomElement.PrintToPDF(IGPALFile)
IAllowPrintDomElement.WithPageOrientation(Enums.PageOrientation)
Namespace: GenerallyPositive.Browser
Assembly: GPAL.dll
Syntax
public interface IAllowSelectorAction : IAllowClicks, IAllowFillInFrom, IAllowFocus, IAllowHover, IAllowMoveTo, IAllowScrolling, IAllowWithGridToSave, IAllowDragAndDrop, IAllowPrintDomElement
In This Article
Back to top Generated by DocFX