playwright icon indicating copy to clipboard operation
playwright copied to clipboard

[Feature]: why not just ignore the event to make our recording continued

Open chenshuichao opened this issue 1 year ago • 4 comments
trafficstars

🚀 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

Screen Shot 2024-04-20 at 21 51 26

chenshuichao avatar Apr 20 '24 13:04 chenshuichao

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.

pavelfeldman avatar Apr 22 '24 18:04 pavelfeldman

so,we must support the codegen for drag n drop in recorder.

chensce avatar Apr 23 '24 00:04 chensce

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

chensce avatar Apr 25 '24 06:04 chensce

not so perfect,but it just work @pavelfeldman

chensce avatar Apr 25 '24 06:04 chensce

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.

pavelfeldman avatar Aug 16 '24 00:08 pavelfeldman