Replies: 1 comment
-
https://reflect.run/articles/how-to-test-drag-and-drop-interactions-in-playwright/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a scenario to test drag and drop ,and validate.
Can you please help how to use Playwright DOM library to test drag and drop? Attached is the screenshot of the screen,
There is a table with set of rows, and each row is draggable using the dot that appears at the end of each row.
and each row can be dragged and placed to anywhere in the table and see if the row is placed in the table accordingly. and we would like to add the test to verify the same,
Can you please help us with the example or the link to refer to? I searched for the example but couldn't find any.
Beta Was this translation helpful? Give feedback.
All reactions