Interface IAllowBrowserSettings
Assembly: GPAL.dll
Syntax
public interface IAllowBrowserSettings : IAllowSizeControl, IAllowToGPALObject<IBrowser>, IAllowPersistentCallBack, IAllowWithPersistentSelector, IAllowNewTab, IAllowNetworkIdleSettings, IAllowDebugPort
Methods
Declaration
IAllowBrowserSettingsOrGoTo WithBlockPopUps(bool trueFalse = true)
Parameters
| Type |
Name |
Description |
| System.Boolean |
trueFalse |
|
Returns
WithDownloadLocation(String)
Declaration
IAllowBrowserSettingsOrGoTo WithDownloadLocation(string downloadPath = "")
Parameters
| Type |
Name |
Description |
| System.String |
downloadPath |
|
Returns
WithDriverLocation(String)
Declaration
IAllowBrowserSettingsOrGoTo WithDriverLocation(string driverPath)
Parameters
| Type |
Name |
Description |
| System.String |
driverPath |
|
Returns
WithExistingBrowser(Int32)
Declaration
IAllowBrowserActionOrAnySelector WithExistingBrowser(int debugPort = 6565)
Parameters
| Type |
Name |
Description |
| System.Int32 |
debugPort |
|
Returns
WithLoadImages(Boolean)
Declaration
IAllowBrowserSettingsOrGoTo WithLoadImages(bool trueFalse = false)
Parameters
| Type |
Name |
Description |
| System.Boolean |
trueFalse |
|
Returns
WithOpenPDFExternally(Boolean)
Declaration
IAllowBrowserSettingsOrGoTo WithOpenPDFExternally(bool trueFalse = false)
Parameters
| Type |
Name |
Description |
| System.Boolean |
trueFalse |
|
Returns
WithOverwriteExistingFile(Boolean)
Declaration
IAllowBrowserSettingsOrGoTo WithOverwriteExistingFile(bool trueFalse = true)
Parameters
| Type |
Name |
Description |
| System.Boolean |
trueFalse |
|
Returns
WithProfileDataDirectory(String)
Declaration
IAllowBrowserSettingsOrGoTo WithProfileDataDirectory(string profilePath = "")
Parameters
| Type |
Name |
Description |
| System.String |
profilePath |
|
Returns
WithProfileName(String)
Declaration
IAllowBrowserSettingsOrGoTo WithProfileName(string profileName = "")
Parameters
| Type |
Name |
Description |
| System.String |
profileName |
|
Returns
WithProfileUserName(String)
Declaration
IAllowBrowserSettingsOrGoTo WithProfileUserName(string profileUserName = "")
Parameters
| Type |
Name |
Description |
| System.String |
profileUserName |
|
Returns
WithPromptForDownload(Boolean)
Declaration
IAllowBrowserSettingsOrGoTo WithPromptForDownload(bool trueFalse = true)
Parameters
| Type |
Name |
Description |
| System.Boolean |
trueFalse |
|
Returns
WithUseDirectDownload(Boolean)
Declaration
IAllowBrowserSettingsOrGoTo WithUseDirectDownload(bool trueFalse = false)
Parameters
| Type |
Name |
Description |
| System.Boolean |
trueFalse |
|
Returns
WithUseHardware(Boolean)
Declaration
IAllowBrowserSettingsOrGoTo WithUseHardware(bool trueFalse = true)
Parameters
| Type |
Name |
Description |
| System.Boolean |
trueFalse |
|
Returns
WithUseHeadless(Boolean)
Declaration
IAllowBrowserSettingsOrGoTo WithUseHeadless(bool trueFalse = false)
Parameters
| Type |
Name |
Description |
| System.Boolean |
trueFalse |
|
Returns
WithUseJavaScript(Boolean)
Declaration
IAllowBrowserSettingsOrGoTo WithUseJavaScript(bool trueFalse = true)
Parameters
| Type |
Name |
Description |
| System.Boolean |
trueFalse |
|
Returns
WithUseOttoMagic(Boolean)
Declaration
IAllowBrowserSettingsOrGoTo WithUseOttoMagic(bool trueFalse = false)
Parameters
| Type |
Name |
Description |
| System.Boolean |
trueFalse |
|
Returns
WithUsePuppeteer(Boolean)
Declaration
IAllowDebugPort WithUsePuppeteer(bool trueFalse = false)
Parameters
| Type |
Name |
Description |
| System.Boolean |
trueFalse |
|
Returns
WithUseStealth(Enums.StealthType)
Declaration
IAllowBrowserSettingsOrGoTo WithUseStealth(Enums.StealthType steathType)
Parameters
Returns
WithWaitOnDocumentReady(Boolean)
Declaration
IAllowBrowserSettingsOrGoTo WithWaitOnDocumentReady(bool waitOnDocumentReady = true)
Parameters
| Type |
Name |
Description |
| System.Boolean |
waitOnDocumentReady |
|
Returns