Skip to main content
Version: 23.8.0

Page.isDragInterceptionEnabled() 方法

¥Page.isDragInterceptionEnabled() 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).

如果拖动事件被拦截,则为 true,否则为 false

¥true if drag events are being intercepted, false otherwise.

签名

¥Signature

class Page {
abstract isDragInterceptionEnabled(): boolean;
}

Returns:

boolean