EnumWebDriverResult
Specifies return values for actions in the driver.
Definition
Namespace:ArtOfTest.WebAii.BrowserSpecialized.MicrosoftEdge
Assembly:ArtOfTest.WebAii.dll
Syntax:
public enum WebDriverResult
Fields
AsyncScriptTimeout
An asynchronous JavaScript execution timed out.
ElementNotDisplayed
The specified element is not displayed.
ElementNotSelectable
The specified element is not selected.
ExpectedError
An error occurred, but it was expected.
IndexOutOfBounds
The index specified for the action was out of the acceptable range.
InvalidCookieDomain
An illegal attempt was made to set a cookie under a different domain than the current page.
InvalidElementCoordinates
The coordinates of the element are invalid.
InvalidElementState
The specified element is not enabled.
InvalidSelector
The selector used (CSS/XPath) was invalid.
NoAlertPresent
A request was made to switch to an alert, but no alert is currently open.
NoCollection
No collection was specified.
NoScriptResult
No result is available from the JavaScript execution.
NoString
No string was specified.
NoStringLength
No string length was specified.
NoStringWrapper
No string wrapper was specified.
NoSuchCollection
No collection matching the criteria exists.
NoSuchDocument
No document matching the criteria exists.
NoSuchDriver
No driver matching the criteria exists.
NoSuchElement
No element matching the criteria exists.
NoSuchFrame
No frame matching the criteria exists.
NoSuchWindow
No window matching the criteria exists.
NullPointer
A null pointer was received.
ObsoleteElement
The specified element is no longer valid.
Success
The action was successful.
UnableToSetCookie
A request to set a cookie's value could not be satisfied.
UnexpectedAlertOpen
An alert was found open unexpectedly.
UnexpectedJavaScriptError
An unexpected JavaScript error occurred.
UnhandledError
An unhandled error occurred.
UnknownCommand
The functionality is not supported.
XPathLookupError
The result from the JavaScript execution is not recognized.