org.openqa.selenium.interactions
Class InvalidCoordinatesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openqa.selenium.WebDriverException
org.openqa.selenium.interactions.InvalidCoordinatesException
- All Implemented Interfaces:
- 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 preceeded by a move operation.
- See Also:
- Serialized Form
InvalidCoordinatesException
public InvalidCoordinatesException(String message)
Copyright © 2011. All Rights Reserved.