{
    "url": "http://localhost:3000/src/lib/steps/right-click/right-click.html",
    "steps": [
        {
            "startRecording": ""
        },
        {
            "wait": 1000
        },
        {
            "rightClick": "#a"
        },
        {
            "wait": 1000
        },
       {
            "page": {
                "class": "keyboard",
                "method": "press",
                "parameter": "Escape",
                "options": ""
            }
        },
        {
            "rightClick": "#a"
        },
        {
            "wait": 1000
        },
        {"click": "#a"},
        {
            "wait": 1000
        },
        {
            "stopRecording": ""
        }
    ]
}