{
    "url": "http://localhost:3000/src/lib/steps/subtitle/subtitle.html",
    "steps": [{
            "startRecording": ""
        },
        {
            "wait": 1000
        },
        {
            "click": {
                "target": ".btn",
                "subtitle": "This is a button."
            }
        },
        {
            "subtitle": "Subtitles is a good way to communicate things that"
        },
        {
            "wait": 200
        },
        {
            "subtitle": "is hard to show or visualize."
        },
        {
            "wait": 200
        },
        {
            "subtitle": "Also, they can add an another layer of information"
        },
        {
            "wait": 200
        },
        {
            "subtitle": "or comments..."
        },
        {
            "wait": 1000
        },
        {
            "stopRecording": ""
        }
    ]
}