Uses of Class
org.openqa.selenium.devtools.input.model.TouchPoint
-
Packages that use TouchPoint Package Description org.openqa.selenium.devtools.input -
-
Uses of TouchPoint in org.openqa.selenium.devtools.input
Method parameters in org.openqa.selenium.devtools.input with type arguments of type TouchPoint Modifier and Type Method Description static Command<java.lang.Void>
Input. dispatchTouchEvent(Input.DispatchTouchEventType type, java.util.List<TouchPoint> touchPoints, java.util.Optional<java.lang.Integer> modifiers, java.util.Optional<TimeSinceEpoch> timestamp)
Dispatches a touch event to the page.
-