{
    "url": "http://localhost:3000/src/lib/steps/pause-resume-on/pause-resume-on.html",
    "steps": [
        {
            "startRecording": ""
        },
        {
            "pauseOn": {
                "target": "#a",
                "visible": true,
                "delay": 0
            }
        },
        {
            "resumeOn": {
                "target": "#a",
                "hidden": true,
                "delay": 0
            }
        },
        {
            "wait": 2000
        },
        {
            "stopRecording": ""
        }
    ]
}