{
    "url": "http://localhost:3000/src/lib/steps/drag-and-drop/drag-and-drop.html",
    "steps": [
        {
            "startRecording": ""
        },
        {
            "position": "center"
        },
        {
            "wait": 500
        },
        {
            "dragAndDrop": {
                "target": "body",
                "position": [100, 0]
            }
        },
        {
            "wait": 3000
        },
        {
            "stopRecording": ""
        }
    ]
}