{
    "url": "http://localhost:3000/tests/html/page_a.html",
    "steps": [
        {
            "position": "center"
        },
        {
            "startRecording": ""
        },
        {
            "click": "[href=\"page_b.html\"]"
        },
        {
            "wait": 100
        },
        {
            "click": "[href=\"page_a.html\"]"
        },
        {
            "click": "[href=\"page_b.html\"]"
        },
        {
            "click": "[href=\"page_a.html\"]"
        },
        {
            "wait": 1000
        },
        {
            "click": "[href=\"page_b.html\"]"
        },
        {
            "click": "[href=\"page_a.html\"]"
        },
        {
            "click": "[href=\"page_b.html\"]"
        },
        {
            "stopRecording": ""
        }

    ]
}