p

gwen.web

errors

package errors

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. errors
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class InvalidVisualSessionStateException extends AssertionError

    Thrown when a visual checking session is in an invalid state.

  2. class LocatorBindingException extends GwenException

    Thrown when a locator binding error is detected .

  3. class NoSuchWindowException extends GwenException

    Thrown when an attempt is made to switch to a window that does not exist.

  4. class UnsupportedModifierKeyException extends GwenException

    Thrown when an attempt is made to send an unsupported key to a field.

  5. class UnsupportedWebDriverException extends GwenException

    Thrown when an unsupported web driver is detected.

  6. class VisualAssertionException extends AssertionError

    Thrown when a visual assertion fails.

  7. class WaitTimeoutException extends GwenException

    Thrown when a timeout error occurs.

  8. class WebElementNotFoundException extends NoSuchElementException

    Thrown when a web element cannot be located.

  9. class WebElementNotInteractableException extends NoSuchElementException

    Thrown when a web element cannot be interacted with.

Value Members

  1. def elementNotFoundError(element: String, cause: Throwable = null): Nothing
  2. def elementNotInteractableError(elementBinding: LocatorBinding, cause: Throwable): Nothing
  3. def invalidVisualSessionStateError(msg: String): Nothing
  4. def locatorBindingError(msg: String): Nothing
  5. def noSuchWindowError(msg: String): Nothing
  6. def unsupportedModifierKeyError(key: String): Nothing
  7. def unsupportedWebDriverError(driverName: String): Nothing
  8. def visualAssertionError(msg: String): Nothing
  9. def waitTimeoutError(timeoutSecs: Long, cause: Throwable): Nothing

Inherited from AnyRef

Inherited from Any

Ungrouped