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