Class MoveTargetOutOfBoundsException

All Implemented Interfaces:
Serializable

@NullMarked public class MoveTargetOutOfBoundsException extends WebDriverException
Indicates that the target provided to the actions move() method is invalid - outside of the size of the window.
See Also:
  • Constructor Details

    • MoveTargetOutOfBoundsException

      public MoveTargetOutOfBoundsException(@Nullable String message)
    • MoveTargetOutOfBoundsException

      public MoveTargetOutOfBoundsException(@Nullable Throwable cause)
    • MoveTargetOutOfBoundsException

      public MoveTargetOutOfBoundsException(@Nullable String message, @Nullable Throwable cause)