Class MoveTargetOutOfBoundsException

All Implemented Interfaces:
Serializable

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(String message)
    • MoveTargetOutOfBoundsException

      public MoveTargetOutOfBoundsException(Throwable cause)
    • MoveTargetOutOfBoundsException

      public MoveTargetOutOfBoundsException(String message, Throwable cause)