{
    "url": "http://localhost:3000/src/lib/steps/input-text/input-text.html",
    "steps": [
        {
            "startRecording": ""
        },
        {
            "click": "textarea"
        },
        {
            "inputText": {
                "value": "Speed 10ms; \n",
                "speed": 10
            }
        },
        {
            "inputText": {
                "value": "Speed 50ms; \n",
                "speed": 50
            }
        },
        {
            "inputText": {
                "value": "Speed 250ms; ",
                "speed": 250
            }
        },
        {
            "stopRecording": ""
        }
    ]
}