Show / Hide Table of Contents

Interface IAllowAfterWaitFor

Inherited Members
IAllowCallBack.CallIfFound(Browser.CallIfDelegate)
IAllowCallBack.CallIfNotFound(Browser.CallIfDelegate)
IAllowCallBack.CallAfterFillIn(Browser.CallAfterFillInDelegate)
IAllowWithNextPageButton.WithNextPageButton(Selector)
IAllowGetGrid.GetGrid(IGPALGrid<String>)
IAllowWithInfiniteScroll.WithInfiniteScroll
IAllowWithPages.WithPages(Int32)
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)
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)
IAllowWaitForWindow.WaitForWindow(String)
IAllowWaitForWindow.WaitForWindowRegex(String)
IAllowWaitForWindow.WithWaitForWindowTimeout(Int32)
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>)
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)
IAllowToGPALObject<IBrowser>.ToGPALObject()
IAllowStartWorkflow.StartWorkflow()
Namespace: GenerallyPositive.Browser
Assembly: GPAL.dll
Syntax
public interface IAllowAfterWaitFor : IAllowCallBack, IAllowWithNextPageButtonOrGetGrid, IAllowWithNextPageButton, IAllowGetGrid, IAllowWithInfiniteScroll, IAllowWithPages, IAllowSelectorAction, IAllowFocus, IAllowHover, IAllowMoveTo, IAllowScrolling, IAllowWithGridToSave, IAllowDragAndDrop, IAllowPrintDomElement, IAllowAnySelector, IAllowWithSelector, IAllowInSelector, IAllowClicks, IAllowWaitForWindow, IAllowFillInFrom, IAllowBrowserAction, IAllowGoToOrGet, IAllowGoTo, IAllowGet, IAllowClose, IAllowTabActions, IAllowSizeControl, IAllowWindowScrollBy, IAllowPageControl, IAllowExecuteJavaScript, IAllowToGPALObject<IBrowser>, IAllowStartWorkflow
In This Article
Back to top Generated by DocFX