{
     "url": "http://localhost:3000/tests/html/click-test.html",
    "steps": [
        {
            "wait": 1000
        },
        {
            "shoot": {
                "imageName": "One"
            }
        },
        {
            "wait": 1000
        },
        {
            "shoot": {
                "imageName": "Two"
            }
        },
        {
            "wait": 1000
        },
        {
            "shoot": {
                "imageName": "Three"
            }
        },
        {
            "wait": 1000
        }
    ]
}