Class MoveTargetOutOfBoundsException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Detail

      • MoveTargetOutOfBoundsException

        public MoveTargetOutOfBoundsException​(java.lang.String message)
      • MoveTargetOutOfBoundsException

        public MoveTargetOutOfBoundsException​(java.lang.Throwable cause)
      • MoveTargetOutOfBoundsException

        public MoveTargetOutOfBoundsException​(java.lang.String message,
                                              java.lang.Throwable cause)