ElementHandle.touchEnd() 方法
🌐 ElementHandle.touchEnd() method
语法
🌐 Signature
class ElementHandle {
touchEnd(this: ElementHandle<Element>): Promise<void>;
}
参数
🌐 Parameters
范围 🌐 Parameter | 类型 🌐 Type | 描述 🌐 Description |
|---|---|---|
this | ElementHandle<Element> |
返回:
Promise<void>