Show / Hide Table of Contents

Interface IAllowBrowserSettingsOrGoTo

Allow Browser Settings, Goto, WaitOnDocumentReady

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)
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)
IAllowGoTo.GoTo(String)
IAllowGet.Get(String)
IAllowToGPALObject<IBrowser>.ToGPALObject()
Namespace: GenerallyPositive.Browser
Assembly: GPAL.dll
Syntax
public interface IAllowBrowserSettingsOrGoTo : IAllowBrowserSettings, IAllowSizeControl, IAllowPersistentCallBack, IAllowWithPersistentSelector, IAllowNewTab, IAllowNetworkIdleSettings, IAllowDebugPort, IAllowGoToOrGet, IAllowGoTo, IAllowGet, IAllowToGPALObject<IBrowser>
In This Article
Back to top Generated by DocFX