Class InvalidCoordinatesException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidCoordinatesException
    extends WebDriverException
    Indicates that the coordinates provided to an interactions operation are invalid. This, most likely, means that a move operation was provided with invalid coordinates or that an action that depends on mouse position (like click) was not preceded by a move operation.
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidCoordinatesException

        public InvalidCoordinatesException​(java.lang.String message)