Page.isDragInterceptionEnabled() 方法
🌐 Page.isDragInterceptionEnabled() method
警告:此 API 已经过时。
我们不再支持拦截拖动负载。请使用在 ElementHandle 上找到的新拖动 API 进行拖动(或者直接使用 Page.mouse)。
true 如果拖拽事件被拦截,否则为 false。
语法
🌐 Signature
class Page {
abstract isDragInterceptionEnabled(): boolean;
}
返回:
boolean