Partial text (with *) failing for select drop down

I have a drop down with values like “IN, India”.
I have existing macro select - IN*
Now it’s failing in V5.1.8 can’t find data.

1 Like

I confirmed the issue. We will fix this ASAP.

Test macro:

{
  "Name": "select",
  "CreationDate": "2019-8-6",
  "Commands": [
    {
      "Command": "open",
      "Target": "https://ui.vision/contact",
      "Value": "test"
    },
    {
      "Command": "type",
      "Target": "id=ContactName",
      "Value": "test"
    },
    {
      "Command": "comment",
      "Target": "select // id=WhatSoftware",
      "Value": "label=OCR.space Free Plan"
    },
    {
      "Command": "select",
      "Target": "id=WhatSoftware",
      "Value": "label=*space*"
    }
  ]
}

This issue is fixed with V5.1.9, released today.

1 Like