{
    "url": "http://localhost:3000/tests/html/click-test.html",
    "screenshotsDir": "",
    "steps": [
        {
            "clickAndShoot": {
                "target": "#b",
                "imageName": "One"
            }
        },
        {
            "wait": 200
        },
        {
            "clickAndShoot": {
                "target": "#b",
                "imageName": "Two"
            }
        },
        {
            "wait": 200
        },
        {
            "clickAndShoot": {
                "target": "#b",
                "imageName": "Three"
            }
        }
    ]
}