{
    "url": "tests/page_a.html",
    "steps": [
        {
            "position": "center"
        },
        {
            "click": "[href=\"page_b.html\"]"
        },
        {
            "wait": 100
        },
        {
            "click": "[href=\"page_a.html\"]"
        },
        {
            "click": "[href=\"page_b.html\"]"
        },
        {
            "click": "[href=\"page_a.html\"]"
        },
        {
            "click": "[href=\"http://styleboxproject.com\"]"
        },
        {
            "wait": 2000
        },
        {
            "page": "goBack"
        },
        {
            "click": "[href=\"page_b.html\"]"
        },
        {
            "click": "[href=\"page_a.html\"]"
        },
        {
            "click": "[href=\"page_b.html\"]"
        }
        
    ]
}