Namespace for the various exceptions that may be thrown throughout the framework.

Classes

  ClassDescription
ExecuteCommandException
Execute command exception. Occurs when a command fails to execute.
FindException
Find exception. Thrown when Find returns null or an empty list
LogErrorException
This exception indicates that a log error call has been made to hault the execution of the tests by throwing a LogErrorException.
UnsupportedBrowserOperationException
Exception for operations that are not supported by a certain type of browser.
UnsupportedNonInteractiveOperationException
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.