ElementHandle.drop() 方法
警告:此 API 现已过时。
不再支持。
签名:
class ElementHandle {
drop(
this: ElementHandle<Element>,
data?: Protocol.Input.DragData
): Promise<void>;
}
参数
参数 | 类型 | 描述 |
---|---|---|
this | ElementHandle<Element> | |
data | Protocol.Input.DragData | (可选) |
返回值
Promise<void>