[Home](./index.md) > [puppeteer](./puppeteer.md) > [Page](./puppeteer.page.md) > [isDragInterceptionEnabled](./puppeteer.page.isdraginterceptionenabled.md) ## Page.isDragInterceptionEnabled() method Signature: ```typescript isDragInterceptionEnabled(): boolean; ``` Returns: boolean `true` if drag events are being intercepted, `false` otherwise.