{
  "login": {


    "dropdowns": {

      "m3": {
        "locator": {
          "by": "xpath",
          "value": "//button[text()='BMW M3 Models']"
        },

        "visible_when": [
          { "titleContains": "Playground" }
        ]
      },


      "911s": {
        "locator": {
          "by": "xpath",
          "value": "//button[text()='Porsche 911 Models']"
        }
      },

      "964": {
        "locator": {
          "by": "xpath",
          "value": "//div[@class='dropdown-content']/a[text()='964']"
        }
      }
    },


    "comment": {
      "locator": {
        "by": "xpath",
        "value": "//textarea[@id='comment']"
      }
    },

    "numbers": {

      "increment": {

        "locator": {
           "by": "id",
           "value": "increment"
        }
      },

      "decrement": {
        "locator": {
          "by": "id",
          "value": "decrement"
        }
      }

    },

    "vanhalen": {
      "locator": {
        "by": "xpath",
        "value": "//button[text()='Van Halen']"
      }
    },

    "locale": {
      "locator": {
        "frame": "frame(iframe_with_dropdowns)",
        "by": "id",
        "value": "locale"
      }
    },

    "foobar": {
      "locator": {
        "by": "id",
        "value": "foobar"
      }
    }

  }
}
