{
    "url": "http://styleboxproject.com/",
    "steps": [
        
        {
            "click": "body"
        },
        {
            "startRecording": ""
        },
        {
            "wait": 1000
        },
        {
            "click": "[ui-sref=\"allComponents\"]"
        },
        {
            "wait": 1000
        },
        {
            "scroll": {
                "left": 0,
                "top": 200,
                "duration": 1000,
                "easyInOut": true
            }
        },
        {
            "wait": 1000
        },
        {
            "stopRecording": ""
        }
    ]
}