TouchError 类
¥TouchError class
当尝试移动或结束不存在的触摸时,将抛出 TouchError。
¥TouchError is thrown when an attempt is made to move or end a touch that does not exist.
签名
¥Signature
export declare class TouchError extends PuppeteerError
Extends: PuppeteerError