Open hanshs opened 1 year ago
Drag and drop is not yet implemented in the codegen, marking as a feature request.
any plan about this feature?thank you!
recording mouse intertion, maybe we can reference the rrweb project: https://github.com/rrweb-io/rrweb
This feature is crucial for projects that use a drag-able canvas, or custom scrolling apparatus, or file drag and drop UIs - like Outlook. I hope this gets picked up soon.
The drag and drop feature isn't working on Codegen, in Playwright Version 1.38.0
Bummer that this doesn't work. I expected something like this to be the main value proposition of codegen
@mxschmitt Could i please get a timeline or something for drag and drop?
I am new to Playwright & Codegen, but loving the software, however, when trying to drag a map with a pipeline on it to click on a station, I am unable to do this.
I notice there are a lot of closed tickets on this page. Does that mean it is supposed to be fixed or added as a new feature?
I am using the very latest versions, so judging by the dates of these other posts, if there is a fix/new feature, then I should have it and if so, it isn't working.
@StuartAtmosi you can check this reply
It seems like it will not get implemented any time soon
Would be very nice to have this implemented/fixed, any plans to do it soon?
I would also like to see this
I would also like to see this feature implemented.
Context:
Describe the bug
Step to reproduce
The inspector window only registers
click
event on the selector where the mouse was released. NodragTo
event was registered Is there any way to achieve this?