ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure
ArtOfTest.WebAii.Exceptions Namespace
NamespacesArtOfTest.WebAii.Exceptions

[Missing <summary> documentation for "N:ArtOfTest.WebAii.Exceptions"]

Declaration Syntax
C#Visual BasicVisual Basic Usage
namespace ArtOfTest.WebAii.Exceptions
Namespace ArtOfTest.WebAii.Exceptions
Imports ArtOfTest.WebAii.Exceptions
Types
All TypesClasses
IconTypeDescription
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.