Skip to main content
Version: 23.8.0

Page.setDragInterception() 方法

¥Page.setDragInterception() method

警告:此 API 现已过时。

¥Warning: This API is now obsolete.

我们不再支持拦截拖动有效负载。使用 ElementHandle 上的新拖动 API 进行拖动(或仅使用 Page.mouse)。

¥We no longer support intercepting drag payloads. Use the new drag APIs found on ElementHandle to drag (or just use the Page.mouse).

签名

¥Signature

class Page {
abstract setDragInterception(enabled: boolean): Promise<void>;
}

参数

¥Parameters

范围

类型

描述

enabled

boolean

是否启用拖动拦截。

Returns:

Promise<void>