[Missing <summary> documentation for "N:ArtOfTest.WebAii.Exceptions"]
| C# | Visual Basic | Visual Basic Usage |
namespace ArtOfTest.WebAii.Exceptions
Namespace ArtOfTest.WebAii.Exceptions
Imports ArtOfTest.WebAii.Exceptions
| All Types | Classes |
| Icon | Type | Description |
|---|---|---|
| AssertException |
AssertException thrown when an assert fails.
| |
| 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.
|
