Interface Touchscreen

All Known Implementing Classes:
TouchscreenImpl

public interface Touchscreen
The Touchscreen class operates in main-frame CSS pixels relative to the top-left corner of the viewport. Methods on the touchscreen can only be used in browser contexts that have been initialized with hasTouch set to true.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    tap(double x, double y)
    Dispatches a touchstart and touchend event with a single touch at the position (x,y).
  • Method Details

    • tap

      void tap(double x, double y)
      Dispatches a touchstart and touchend event with a single touch at the position (x,y).

      NOTE: Page.tap() the method will throw if hasTouch option of the browser context is false.

      Since:
      v1.8