{
    "url": "http://localhost:3000/src/lib/steps/scroll-by/scroll-by.html",
    "speedFactor": 1,
    "steps": [
        {
            "startRecording": ""
        },
        {
            "wait": 1000
        },
        {
            "scrollBy": {
                "container": ".box",
                "bottom": 300,
                "duration": 2000
            }
        },
        {
            "wait": 1000
        },
        
        {
            "stopRecording": ""
        }
    ]
}