Position In Dropdown

Hi Community!

How can select a dropdown element by it’s position in the list, not a label which is usually unknown?

Thanks!

Instead of label= use index=

Test macro:

  {
  "CreationDate": "2018-10-3",
  "Commands": [
    {
      "Command": "open",
      "Target": "https://a9t9.com/contact",
      "Value": ""
    },
    {
      "Command": "select",
      "Target": "id=WhatSoftware",
      "Value": "index=5"
    }
  ]
}
1 Like