Show / Hide Table of Contents

Interface IAllowBrowserActionOrAnySelector

Inherited Members
IAllowGoTo.GoTo(String)
IAllowGet.Get(String)
IAllowClose.Close(Boolean)
IAllowTabActions.CloseTab(String)
IAllowTabActions.NextTab()
IAllowTabActions.PreviousTab()
IAllowTabActions.GoToTab(Object)
IAllowSizeControl.Maximize
IAllowSizeControl.Minimize
IAllowSizeControl.Restore
IAllowSizeControl.FullScreen
IAllowSizeControl.WithWindowSize(Size)
IAllowWindowScrollBy.ScrollWindowByHorizontal(Int32)
IAllowWindowScrollBy.ScrollWindowByVertical(Int32)
IAllowPageControl.Back
IAllowPageControl.Forward
IAllowPageControl.PageDown
IAllowPageControl.PageEnd
IAllowPageControl.PageTop
IAllowPageControl.PageUp
IAllowPageControl.Refresh
IAllowExecuteJavaScript.ExecuteJavaScriptObj(String)
IAllowExecuteJavaScript.ExecuteJavaScriptStr(String)
IAllowWithSelector.WithSelector(Selector)
IAllowInSelector.InIFrame(Selector)
IAllowInSelector.InParallelIframe(Selector)
IAllowInSelector.ReturnToIframe(Selector)
IAllowInSelector.InShadowDom(Selector)
IAllowInSelector.InParallelShadowDom(Selector)
IAllowInSelector.ReturnToShadowDom(Selector)
IAllowInSelector.InMainDom()
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)
IAllowWaitFor.WaitFor(Int32)
IAllowWaitFor.WaitFor(Selector)
IAllowWaitForWindow.WaitForWindow(String)
IAllowWaitForWindow.WaitForWindowRegex(String)
IAllowWaitForWindow.WithWaitForWindowTimeout(Int32)
IAllowNewTab.WithNewTab(String)
IAllowToGPALObject<IBrowser>.ToGPALObject()
IAllowWorkflow.WithWorkflow(Action<IBrowser>)
Namespace: GenerallyPositive.Browser
Assembly: GPAL.dll
Syntax
public interface IAllowBrowserActionOrAnySelector : IAllowBrowserAction, IAllowGoToOrGet, IAllowGoTo, IAllowGet, IAllowClose, IAllowTabActions, IAllowSizeControl, IAllowWindowScrollBy, IAllowPageControl, IAllowExecuteJavaScript, IAllowAnySelector, IAllowWithSelector, IAllowInSelector, IAllowSelectorAction, IAllowClicks, IAllowFillInFrom, IAllowFocus, IAllowHover, IAllowMoveTo, IAllowScrolling, IAllowWithGridToSave, IAllowDragAndDrop, IAllowPrintDomElement, IAllowWaitFor, IAllowWaitForWindow, IAllowNewTab, IAllowToGPALObject<IBrowser>, IAllowWorkflow
In This Article
Back to top Generated by DocFX