{
     "url": "http://localhost:3000/src/lib/steps/scroll-in-to-view/scroll-in-to-view.html",
    "steps": [
        {
            "startRecording": ""
        },
        {
            "wait": 1000
        },
         {
            "scrollIntoView": {
                "target": ".btn",
                "duration": 2000
            }
        },
        {
            "wait": 1000
        },
        {
            "stopRecording": ""
        }
    ]
}