On this page
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.
Methods
tap
Dispatches a touchstart and touchend event with a single touch at the position (x,y).
notepage.tap() the method will throw if
hasTouchoption of the browser context is false.
Usage
await touchscreen.tap(x, y);
Arguments
Returns
© 2024 Microsoft
Licensed under the Apache License, Version 2.0.
https://playwright.dev/docs/api/class-touchscreen