playwright
playwright copied to clipboard
[Feature]: why not just ignore the event to make our recording continued
🚀 Feature Request
When I must drag the element to verify the human, the codegen just make me broken , why not just ignore the event to make our recording continued
Example
No response
Motivation
The answer to this question is that if we ignore it, we won't be able to replay it. And we'd like to have a good ration of replay-able scenarios recorded with the codegen.
so,we must support the codegen for drag n drop in recorder.
We can codegen for dragto the same as codegen for assert visibility. the interaction is : 1)click the icon "dragto" 2)popup the dialog (include src locator and dest locator) 3)click src locator,then selecting the drag element 4)click dest locator,then selecting the destion element
not so perfect,but it just work @pavelfeldman
Why was this issue closed?
Thank you for your involvement. This issue was closed due to limited engagement (upvotes/activity), lack of recent activity, and insufficient actionability. To maintain a manageable database, we prioritize issues based on these factors.
If you disagree with this closure, please open a new issue and reference this one. More support or clarity on its necessity may prompt a review. Your understanding and cooperation are appreciated.