Show / Hide Table of Contents

Interface IAllowBrowserSettingsOrSelectorAction

Inherited Members
IAllowBrowserSettings.WithExistingBrowser(Int32)
IAllowBrowserSettings.WithLoadImages(Boolean)
IAllowBrowserSettings.WithOpenPDFExternally(Boolean)
IAllowBrowserSettings.WithPromptForDownload(Boolean)
IAllowBrowserSettings.WithDriverLocation(String)
IAllowBrowserSettings.WithBlockPopUps(Boolean)
IAllowBrowserSettings.WithUseHardware(Boolean)
IAllowBrowserSettings.WithUseJavaScript(Boolean)
IAllowBrowserSettings.WithUseStealth(Enums.StealthType)
IAllowBrowserSettings.WithUseOttoMagic(Boolean)
IAllowBrowserSettings.WithUsePuppeteer(Boolean)
IAllowBrowserSettings.WithUseHeadless(Boolean)
IAllowBrowserSettings.WithOverwriteExistingFile(Boolean)
IAllowBrowserSettings.WithWaitOnDocumentReady(Boolean)
IAllowBrowserSettings.WithProfileDataDirectory(String)
IAllowBrowserSettings.WithProfileUserName(String)
IAllowBrowserSettings.WithProfileName(String)
IAllowBrowserSettings.WithDownloadLocation(String)
IAllowBrowserSettings.WithUseDirectDownload(Boolean)
IAllowSizeControl.Maximize
IAllowSizeControl.Minimize
IAllowSizeControl.Restore
IAllowSizeControl.FullScreen
IAllowSizeControl.WithWindowSize(Size)
IAllowToGPALObject<IBrowser>.ToGPALObject()
IAllowPersistentCallBack.PersistentCallIfFound(Browser.CallIfDelegate)
IAllowPersistentCallBack.PersistentCallIfNotFound(Browser.CallIfDelegate)
IAllowWithPersistentSelector.WithPersistentSelector(Selector)
IAllowNewTab.WithNewTab(String)
IAllowNetworkIdleSettings.WithWaitOnIdleConnection(Boolean)
IAllowNetworkIdleSettings.WithNetworkIdleTimeoutMs(Int32)
IAllowNetworkIdleSettings.WithNetworkIdleMaxConnections(Int32)
IAllowNetworkIdleSettings.WithNetworkIdlePruneMs(Int32)
IAllowDebugPort.WithDebugPort(Int32)
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 IAllowBrowserSettingsOrSelectorAction : IAllowBrowserSettings, IAllowSizeControl, IAllowToGPALObject<IBrowser>, IAllowPersistentCallBack, IAllowWithPersistentSelector, IAllowNewTab, IAllowNetworkIdleSettings, IAllowDebugPort, IAllowSelectorAction, IAllowClicks, IAllowFillInFrom, IAllowFocus, IAllowHover, IAllowMoveTo, IAllowScrolling, IAllowWithGridToSave, IAllowDragAndDrop, IAllowPrintDomElement
In This Article
Back to top Generated by DocFX