Puppeteer 中文文档v25.8.0

TouchHandle.end() 方法

为此触摸派发一个 touchend 事件。

签名

interface TouchHandle {
  end(): Promise<void>;
}

返回值:

Promise<void>