You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the website is fully inside canvas tag, the expected behavior (#6737, #9503) is to print x/y coordinates in codegen.
Actual
Codegen generates
await page.locator('flutter-view').click();
The text was updated successfully, but these errors were encountered:
mxschmitt
changed the title
[BUG] Playwright codegen doesn't work on canvas elements
[BUG] Clicks/Codegen does not work with Flutter (canvas rendered)
Dec 11, 2023
Thank you for your contribution to our project. This issue has been closed due to its limited upvotes and recent activity, and insufficient feedback for us to effectively act upon. Our priority is to focus on bugs that reflect higher user engagement and have actionable feedback, to ensure our bug database stays manageable.
Should you feel this closure was in error, please create a new issue and reference this one. We're open to revisiting it given increased support or additional clarity. Your understanding and cooperation are greatly appreciated.
System info
Source code
Steps
Expected
As the website is fully inside
canvas
tag, the expected behavior (#6737, #9503) is to print x/y coordinates in codegen.Actual
Codegen generates
The text was updated successfully, but these errors were encountered: