package errors
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- errors
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
class
InvalidVisualSessionStateException extends AssertionError
Thrown when a visual checking session is in an invalid state.
-
class
LocatorBindingException extends GwenException
Thrown when a locator binding error is detected .
-
class
NoSuchWindowException extends GwenException
Thrown when an attempt is made to switch to a window that does not exist.
-
class
UnsupportedModifierKeyException extends GwenException
Thrown when an attempt is made to send an unsupported key to a field.
-
class
UnsupportedWebDriverException extends GwenException
Thrown when an unsupported web driver is detected.
-
class
VisualAssertionException extends AssertionError
Thrown when a visual assertion fails.
-
class
WaitTimeoutException extends GwenException
Thrown when a timeout error occurs.
-
class
WebElementNotFoundException extends NoSuchElementException
Thrown when a web element cannot be located.
-
class
WebElementNotInteractableException extends NoSuchElementException
Thrown when a web element cannot be interacted with.
Value Members
- def elementNotFoundError(element: String, cause: Throwable = null): Nothing
- def elementNotInteractableError(elementBinding: LocatorBinding, cause: Throwable): Nothing
- def invalidVisualSessionStateError(msg: String): Nothing
- def locatorBindingError(msg: String): Nothing
- def noSuchWindowError(msg: String): Nothing
- def unsupportedModifierKeyError(key: String): Nothing
- def unsupportedWebDriverError(driverName: String): Nothing
- def visualAssertionError(msg: String): Nothing
- def waitTimeoutError(timeoutSecs: Long, cause: Throwable): Nothing