Show / Hide Table of Contents

Interface IAllowGPALSettings

Namespace: GenerallyPositive
Assembly: GPAL.dll
Syntax
public interface IAllowGPALSettings

Methods

AppCallIfFound(Application.CallIfDelegate)

Declaration
IAllowGPALSettings AppCallIfFound(Application.CallIfDelegate CallIfFound)
Parameters
Type Name Description
Application.CallIfDelegate CallIfFound
Returns
Type Description
IAllowGPALSettings

AppCallIfNotFound(Application.CallIfDelegate)

Declaration
IAllowGPALSettings AppCallIfNotFound(Application.CallIfDelegate CallIfNotFound)
Parameters
Type Name Description
Application.CallIfDelegate CallIfNotFound
Returns
Type Description
IAllowGPALSettings

CallIfFound(Browser.CallIfDelegate)

Declaration
IAllowGPALSettings CallIfFound(Browser.CallIfDelegate CallIfFound)
Parameters
Type Name Description
Browser.CallIfDelegate CallIfFound
Returns
Type Description
IAllowGPALSettings

CallIfNotFound(Browser.CallIfDelegate)

Declaration
IAllowGPALSettings CallIfNotFound(Browser.CallIfDelegate CallIfNotFound)
Parameters
Type Name Description
Browser.CallIfDelegate CallIfNotFound
Returns
Type Description
IAllowGPALSettings

WithAutoUpdateWebDriver(Boolean)

Declaration
IAllowGPALSettings WithAutoUpdateWebDriver(bool trueFalse = true)
Parameters
Type Name Description
System.Boolean trueFalse
Returns
Type Description
IAllowGPALSettings

WithDefaultErrorPlaceholder(String)

Declaration
IAllowGPALSettings WithDefaultErrorPlaceholder(string message = "##UNABLE TO GET##")
Parameters
Type Name Description
System.String message
Returns
Type Description
IAllowGPALSettings

WithDriverLocation(String)

Declaration
IAllowGPALSettings WithDriverLocation(string driverPath = "./")
Parameters
Type Name Description
System.String driverPath
Returns
Type Description
IAllowGPALSettings

WithExceptionHandler(EventHandler<GPAL.GPALEventArgs>)

Declaration
IAllowGPALSettings WithExceptionHandler(EventHandler<GPAL.GPALEventArgs> ExceptionEventHandler)
Parameters
Type Name Description
System.EventHandler<GPAL.GPALEventArgs> ExceptionEventHandler
Returns
Type Description
IAllowGPALSettings

WithImageMatchingPercentage(Int32)

Declaration
IAllowGPALSettings WithImageMatchingPercentage(int matchPercent = 80)
Parameters
Type Name Description
System.Int32 matchPercent
Returns
Type Description
IAllowGPALSettings

WithInformationHandler(EventHandler<GPAL.GPALEventArgs>)

Declaration
IAllowGPALSettings WithInformationHandler(EventHandler<GPAL.GPALEventArgs> InformationEventHandler)
Parameters
Type Name Description
System.EventHandler<GPAL.GPALEventArgs> InformationEventHandler
Returns
Type Description
IAllowGPALSettings

WithNoFallbackActions(Boolean)

Declaration
IAllowGPALSettings WithNoFallbackActions(bool trueFalse = true)
Parameters
Type Name Description
System.Boolean trueFalse
Returns
Type Description
IAllowGPALSettings

WithPublishStackTrace(Boolean)

Declaration
IAllowGPALSettings WithPublishStackTrace(bool trueFalse = true)
Parameters
Type Name Description
System.Boolean trueFalse
Returns
Type Description
IAllowGPALSettings

WithPublishToConsole(Boolean)

Declaration
IAllowGPALSettings WithPublishToConsole(bool trueFalse = true)
Parameters
Type Name Description
System.Boolean trueFalse
Returns
Type Description
IAllowGPALSettings

WithPublishToDatabase(GPALDatabase)

Declaration
IAllowGPALSettings WithPublishToDatabase(GPALDatabase database)
Parameters
Type Name Description
GPALDatabase database
Returns
Type Description
IAllowGPALSettings

WithPublishToDebug(Boolean)

Declaration
IAllowGPALSettings WithPublishToDebug(bool trueFalse = true)
Parameters
Type Name Description
System.Boolean trueFalse
Returns
Type Description
IAllowGPALSettings

WithSeleniumToppingBrowser(Boolean)

Declaration
IAllowGPALSettings WithSeleniumToppingBrowser(bool trueFalse = true)
Parameters
Type Name Description
System.Boolean trueFalse
Returns
Type Description
IAllowGPALSettings

WithSimulateMouse(Boolean)

Declaration
IAllowGPALSettings WithSimulateMouse(bool trueFalse = true)
Parameters
Type Name Description
System.Boolean trueFalse
Returns
Type Description
IAllowGPALSettings

WithStopOnNotFound(Boolean)

Declaration
IAllowGPALSettings WithStopOnNotFound(bool trueFalse = true)
Parameters
Type Name Description
System.Boolean trueFalse
Returns
Type Description
IAllowGPALSettings

WithTypingDelay(Int32)

Declaration
IAllowGPALSettings WithTypingDelay(int delayInTicks = 100)
Parameters
Type Name Description
System.Int32 delayInTicks
Returns
Type Description
IAllowGPALSettings

WithUseHardware(Boolean)

Declaration
IAllowGPALSettings WithUseHardware(bool trueFalse = true)
Parameters
Type Name Description
System.Boolean trueFalse
Returns
Type Description
IAllowGPALSettings

WithUseJavaScript(Boolean)

Declaration
IAllowGPALSettings WithUseJavaScript(bool trueFalse = true)
Parameters
Type Name Description
System.Boolean trueFalse
Returns
Type Description
IAllowGPALSettings

WithUseOttoMagic(String)

Declaration
IAllowGPALSettings WithUseOttoMagic(string ottoMagicExtensionPath = null)
Parameters
Type Name Description
System.String ottoMagicExtensionPath
Returns
Type Description
IAllowGPALSettings

WithWaitFor(Int32)

Declaration
IAllowGPALSettings WithWaitFor(int waitForInTicks)
Parameters
Type Name Description
System.Int32 waitForInTicks
Returns
Type Description
IAllowGPALSettings
In This Article
Back to top Generated by DocFX