playwright/docs/out/api/class-touchscreen.md
2021-01-03 08:47:29 -08:00

4.3 KiB

id title
class-touchscreen 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 intialized with hasTouch set to true.

touchscreen.tap(x, y)

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