Open
Description
Context:
- Playwright Version: 1.29.1
- Operating System: Windows
- Node.js version: 16.15.1
- Browser: Chromium
Describe the bug
Step to reproduce
- Run ´npx playwright codegen´
- In the automated browser window, go to https://www.w3schools.com/html/html5_draganddrop.asp
- Try to drag the logo in the first box to the second box
The inspector window only registers click
event on the selector where the mouse was released. No dragTo
event was registered
Is there any way to achieve this?