mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
15 lines
486 B
Markdown
15 lines
486 B
Markdown
# class: 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.
|
|
|
|
## async method: Touchscreen.tap
|
|
|
|
Dispatches a `touchstart` and `touchend` event with a single touch at the position ([`param: x`],[`param: y`]).
|
|
|
|
### param: Touchscreen.tap.x
|
|
- `x` <[float]>
|
|
|
|
### param: Touchscreen.tap.y
|
|
- `y` <[float]>
|