playwright/docs/src/api/class-touchscreen.md
2022-07-05 17:24:50 -07:00

19 lines
542 B
Markdown

# class: Touchscreen
* since: v1.8
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.
## async method: Touchscreen.tap
* since: v1.8
Dispatches a `touchstart` and `touchend` event with a single touch at the position ([`param: x`],[`param: y`]).
### param: Touchscreen.tap.x
* since: v1.8
- `x` <[float]>
### param: Touchscreen.tap.y
* since: v1.8
- `y` <[float]>