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.
Namespace:
ArtOfTest.WebAii.ExceptionsAssembly: ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2.0.7.0 (2.0.7.0)
Syntax
| C# |
|---|
[SerializableAttribute] public class UnsupportedNonInteractiveOperationException : Exception |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class UnsupportedNonInteractiveOperationException _ Inherits Exception |
| Visual C++ |
|---|
[SerializableAttribute] public ref class UnsupportedNonInteractiveOperationException : public Exception |
Inheritance Hierarchy
System..::.Object
System..::.Exception
ArtOfTest.WebAii.Exceptions..::.UnsupportedNonInteractiveOperationException
System..::.Exception
ArtOfTest.WebAii.Exceptions..::.UnsupportedNonInteractiveOperationException
