page.isDragInterceptionEnabled
Having it be a getter is surprising and inconsistent, since the other `page.is*` APIs are just methods. Issue: #7150
This commit adds drag-and-drop support, leveraging new additions to the CDP Input domain (Input.setInterceptDrags, Input.dispatchDragEvent, and Input.dragIntercepted).