Search
Preparing search index...
The search index is not available
Bubanai API Documentation
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Bubanai API Documentation
node_modules/@types/puppeteer
Touchscreen
Interface Touchscreen
Hierarchy
Touchscreen
Index
Methods
tap
Methods
tap
tap
(
x
:
number
, y
:
number
)
:
Promise
<
void
>
Dispatches a touchstart and touchend event.
Parameters
x:
number
The x position.
y:
number
The y position.
Returns
Promise
<
void
>
Modules
Internals
src
Externals
node_
modules/@types/puppeteer
Touchscreen
tap
Generated using
TypeDoc
Dispatches a touchstart and touchend event.