{
  "Name": "Diacritics_Last_character_trimmed-1",
  "CreationDate": "2023-4-25",
  "Commands": [
    {
      "Command": "store",
      "Target": "//input[@placeholder='Search']",
      "Value": "global_Input",
      "Description": ""
    },
    {
      "Command": "store",
      "Target": "//input[@value='Search']",
      "Value": "global_Submit",
      "Description": ""
    },
    {
      "Command": "store",
      "Target": "organizace akceptačních testů",
      "Value": "global_Name",
      "Description": ""
    },
    {
      "Command": "open",
      "Target": "https://www.atlassian.com/",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "click",
      "Target": "//a[text()='Search']",
      "Value": "${global_Name}",
      "Description": ""
    },
    {
      "Command": "type",
      "Target": "${global_Input}",
      "Value": "${global_Name}",
      "Description": ""
    },
    {
      "Command": "clickAndWait",
      "Target": "${global_Submit}",
      "Value": "",
      "Description": ""
    }
  ]
}