Uses of Interface
org.openqa.selenium.interactions.Coordinates
-
Packages that use Coordinates Package Description org.openqa.selenium.interactions org.openqa.selenium.interactions.internal -
-
Uses of Coordinates in org.openqa.selenium.interactions
Methods in org.openqa.selenium.interactions that return Coordinates Modifier and Type Method Description Coordinates
Locatable. getCoordinates()
Methods in org.openqa.selenium.interactions with parameters of type Coordinates Modifier and Type Method Description void
Mouse. click(Coordinates where)
Deprecated.void
Mouse. contextClick(Coordinates where)
Deprecated.void
Mouse. doubleClick(Coordinates where)
Deprecated.void
TouchScreen. doubleTap(Coordinates where)
Deprecated.Allows the execution of double tap on the screen, analogous to double click using a Mouse.void
TouchScreen. flick(Coordinates where, int xOffset, int yOffset, int speed)
Deprecated.Allows the execution of flick gestures starting in a location's element.void
TouchScreen. longPress(Coordinates where)
Deprecated.Allows the execution of long press gestures.void
Mouse. mouseDown(Coordinates where)
Deprecated.void
Mouse. mouseMove(Coordinates where)
Deprecated.void
Mouse. mouseMove(Coordinates where, long xOffset, long yOffset)
Deprecated.void
Mouse. mouseUp(Coordinates where)
Deprecated.void
TouchScreen. scroll(Coordinates where, int xOffset, int yOffset)
Deprecated.Creates a scroll gesture that starts on a particular screen location.void
TouchScreen. singleTap(Coordinates where)
Deprecated.Allows the execution of single tap on the screen, analogous to click using a Mouse. -
Uses of Coordinates in org.openqa.selenium.interactions.internal
Methods in org.openqa.selenium.interactions.internal that return Coordinates Modifier and Type Method Description protected Coordinates
DisplayAction. getActionLocation()
Deprecated.protected Coordinates
MouseAction. getActionLocation()
Deprecated.
-