ArtOfTest.WebAii.Exceptions Namespace

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Namespace for the various exceptions that may be thrown throughout the framework.
Classes

  ClassDescription
Public classExecuteCommandException
Execute command exception. Occurs when a command fails to execute.
Public classFindException
Find exception. Thrown when Find returns null or an empty list
Public classLogErrorException
This exception indicates that a log error call has been made to hault the execution of the tests by throwing a LogErrorException.
Public classUnsupportedBrowserOperationException
Exception for operations that are not supported by a certain type of browser.
Public classUnsupportedNonInteractiveOperationException
This exception is thrown when an automation test tries to perform a operation that is deemed invalid in non-interactive mode like trying to use the keyboard or click the mouse.