* Dispatches a touch event to the page.
(
params: Input.DispatchTouchEventParams,
)
| 10710 | * Dispatches a touch event to the page. |
| 10711 | */ |
| 10712 | dispatchTouchEvent( |
| 10713 | params: Input.DispatchTouchEventParams, |
| 10714 | ): Promise<Input.DispatchTouchEventResult | undefined>; |
| 10715 |
no outgoing calls