Interface IAllowGPALSettings
Assembly: GPAL.dll
Syntax
public interface IAllowGPALSettings
Methods
AppCallIfFound(Application.CallIfDelegate)
Declaration
IAllowGPALSettings AppCallIfFound(Application.CallIfDelegate CallIfFound)
Parameters
Returns
AppCallIfNotFound(Application.CallIfDelegate)
Declaration
IAllowGPALSettings AppCallIfNotFound(Application.CallIfDelegate CallIfNotFound)
Parameters
Returns
CallIfFound(Browser.CallIfDelegate)
Declaration
IAllowGPALSettings CallIfFound(Browser.CallIfDelegate CallIfFound)
Parameters
Returns
CallIfNotFound(Browser.CallIfDelegate)
Declaration
IAllowGPALSettings CallIfNotFound(Browser.CallIfDelegate CallIfNotFound)
Parameters
Returns
WithAutoUpdateWebDriver(Boolean)
Declaration
IAllowGPALSettings WithAutoUpdateWebDriver(bool trueFalse = true)
Parameters
| Type |
Name |
Description |
| System.Boolean |
trueFalse |
|
Returns
WithDefaultErrorPlaceholder(String)
Declaration
IAllowGPALSettings WithDefaultErrorPlaceholder(string message = "##UNABLE TO GET##")
Parameters
| Type |
Name |
Description |
| System.String |
message |
|
Returns
WithDriverLocation(String)
Declaration
IAllowGPALSettings WithDriverLocation(string driverPath = "./")
Parameters
| Type |
Name |
Description |
| System.String |
driverPath |
|
Returns
WithExceptionHandler(EventHandler<GPAL.GPALEventArgs>)
Declaration
IAllowGPALSettings WithExceptionHandler(EventHandler<GPAL.GPALEventArgs> ExceptionEventHandler)
Parameters
Returns
WithImageMatchingPercentage(Int32)
Declaration
IAllowGPALSettings WithImageMatchingPercentage(int matchPercent = 80)
Parameters
| Type |
Name |
Description |
| System.Int32 |
matchPercent |
|
Returns
Declaration
IAllowGPALSettings WithInformationHandler(EventHandler<GPAL.GPALEventArgs> InformationEventHandler)
Parameters
Returns
WithNoFallbackActions(Boolean)
Declaration
IAllowGPALSettings WithNoFallbackActions(bool trueFalse = true)
Parameters
| Type |
Name |
Description |
| System.Boolean |
trueFalse |
|
Returns
WithPublishStackTrace(Boolean)
Declaration
IAllowGPALSettings WithPublishStackTrace(bool trueFalse = true)
Parameters
| Type |
Name |
Description |
| System.Boolean |
trueFalse |
|
Returns
WithPublishToConsole(Boolean)
Declaration
IAllowGPALSettings WithPublishToConsole(bool trueFalse = true)
Parameters
| Type |
Name |
Description |
| System.Boolean |
trueFalse |
|
Returns
WithPublishToDatabase(GPALDatabase)
Declaration
IAllowGPALSettings WithPublishToDatabase(GPALDatabase database)
Parameters
Returns
WithPublishToDebug(Boolean)
Declaration
IAllowGPALSettings WithPublishToDebug(bool trueFalse = true)
Parameters
| Type |
Name |
Description |
| System.Boolean |
trueFalse |
|
Returns
WithSeleniumToppingBrowser(Boolean)
Declaration
IAllowGPALSettings WithSeleniumToppingBrowser(bool trueFalse = true)
Parameters
| Type |
Name |
Description |
| System.Boolean |
trueFalse |
|
Returns
WithSimulateMouse(Boolean)
Declaration
IAllowGPALSettings WithSimulateMouse(bool trueFalse = true)
Parameters
| Type |
Name |
Description |
| System.Boolean |
trueFalse |
|
Returns
WithStopOnNotFound(Boolean)
Declaration
IAllowGPALSettings WithStopOnNotFound(bool trueFalse = true)
Parameters
| Type |
Name |
Description |
| System.Boolean |
trueFalse |
|
Returns
WithTypingDelay(Int32)
Declaration
IAllowGPALSettings WithTypingDelay(int delayInTicks = 100)
Parameters
| Type |
Name |
Description |
| System.Int32 |
delayInTicks |
|
Returns
WithUseHardware(Boolean)
Declaration
IAllowGPALSettings WithUseHardware(bool trueFalse = true)
Parameters
| Type |
Name |
Description |
| System.Boolean |
trueFalse |
|
Returns
WithUseJavaScript(Boolean)
Declaration
IAllowGPALSettings WithUseJavaScript(bool trueFalse = true)
Parameters
| Type |
Name |
Description |
| System.Boolean |
trueFalse |
|
Returns
WithUseOttoMagic(String)
Declaration
IAllowGPALSettings WithUseOttoMagic(string ottoMagicExtensionPath = null)
Parameters
| Type |
Name |
Description |
| System.String |
ottoMagicExtensionPath |
|
Returns
WithWaitFor(Int32)
Declaration
IAllowGPALSettings WithWaitFor(int waitForInTicks)
Parameters
| Type |
Name |
Description |
| System.Int32 |
waitForInTicks |
|
Returns