{
  "id": "5c6db9ad-f0f7-4b16-b4dd-f7b351555ff4",
  "version": "2.0",
  "name": "AuthenticationTest",
  "url": "https://authenticationtest.com",
  "tests": [{
    "id": "bc278721-123f-4e42-9d3a-903805aec72a",
    "name": "complexFormAuth",
    "commands": [{
      "id": "5c640c76-9a95-4ec4-aa36-88d1667d5ae2",
      "comment": "",
      "command": "open",
      "target": "/complexAuth/",
      "targets": [],
      "value": ""
    }, {
      "id": "c4c4ae3c-6130-481b-8bd3-1b7403cf8dc3",
      "comment": "",
      "command": "setWindowSize",
      "target": "550x694",
      "targets": [],
      "value": ""
    }, {
      "id": "db318bc4-6bd3-48e7-b59e-e3db006df763",
      "comment": "",
      "command": "click",
      "target": "id=email",
      "targets": [
        ["id=email", "id"],
        ["name=email", "name"],
        ["css=#email", "css:finder"],
        ["xpath=//input[@id='email']", "xpath:attributes"],
        ["xpath=//input", "xpath:position"]
      ],
      "value": ""
    }, {
      "id": "555f33e5-4fb3-4d73-8d59-df3be7a0b566",
      "comment": "",
      "command": "type",
      "target": "id=email",
      "targets": [
        ["id=email", "id"],
        ["name=email", "name"],
        ["css=#email", "css:finder"],
        ["xpath=//input[@id='email']", "xpath:attributes"],
        ["xpath=//input", "xpath:position"]
      ],
      "value": "complex@authenticationtest.com"
    }, {
      "id": "e96c7462-9984-414a-80a0-db2b579c209b",
      "comment": "",
      "command": "click",
      "target": "id=password",
      "targets": [
        ["id=password", "id"],
        ["name=password", "name"],
        ["css=#password", "css:finder"],
        ["xpath=//input[@id='password']", "xpath:attributes"],
        ["xpath=//div[2]/input", "xpath:position"]
      ],
      "value": ""
    }, {
      "id": "d02c5bb7-9d42-4a9d-8afa-6977535d4b17",
      "comment": "",
      "command": "type",
      "target": "id=password",
      "targets": [
        ["id=password", "id"],
        ["name=password", "name"],
        ["css=#password", "css:finder"],
        ["xpath=//input[@id='password']", "xpath:attributes"],
        ["xpath=//div[2]/input", "xpath:position"]
      ],
      "value": "pa$$w0rd"
    }, {
      "id": "269e8f44-9677-4ccd-a8ee-f3f90acd4680",
      "comment": "",
      "command": "click",
      "target": "id=selectLogin",
      "targets": [
        ["id=selectLogin", "id"],
        ["name=selectLogin", "name"],
        ["css=#selectLogin", "css:finder"],
        ["xpath=//select[@id='selectLogin']", "xpath:attributes"],
        ["xpath=//select", "xpath:position"]
      ],
      "value": ""
    }, {
      "id": "1af1f3d6-48d0-4160-9f3b-0c379ff52df2",
      "comment": "",
      "command": "select",
      "target": "id=selectLogin",
      "targets": [],
      "value": "label=Please Log Me In"
    }, {
      "id": "d87de5e6-6638-4b64-8b66-9e17d3aa1807",
      "comment": "",
      "command": "click",
      "target": "css=option:nth-child(2)",
      "targets": [
        ["css=option:nth-child(2)", "css:finder"],
        ["xpath=//option[@value='yes']", "xpath:attributes"],
        ["xpath=//select[@id='selectLogin']/option[2]", "xpath:idRelative"],
        ["xpath=//option[2]", "xpath:position"],
        ["xpath=//option[contains(.,'Please Log Me In')]", "xpath:innerText"]
      ],
      "value": ""
    }, {
      "id": "7bf5b17f-15c4-4806-a737-c34dbd5c58c1",
      "comment": "",
      "command": "click",
      "target": "css=.form-check-label",
      "targets": [
        ["css=.form-check-label", "css:finder"],
        ["xpath=//div[4]/label", "xpath:position"],
        ["xpath=//label[contains(.,'I love form manipulation!')]", "xpath:innerText"]
      ],
      "value": ""
    }, {
      "id": "08a9d523-8229-49f5-bf88-f4bd9d5038bc",
      "comment": "",
      "command": "click",
      "target": "css=.btn-primary",
      "targets": [
        ["css=.btn-primary", "css:finder"],
        ["xpath=//input[@value='Log In']", "xpath:attributes"],
        ["xpath=//form/input", "xpath:position"]
      ],
      "value": ""
    }]
  }],
  "suites": [{
    "id": "6cdb5632-35f8-48e5-bbf2-650e43921230",
    "name": "Default Suite",
    "persistSession": false,
    "parallel": false,
    "timeout": 300,
    "tests": ["bc278721-123f-4e42-9d3a-903805aec72a"]
  }],
  "urls": ["https://authenticationtest.com/"],
  "plugins": []
}