Unable to select options from the React-select(dropdown) in the latest version(8.1.3) and cannot downgrade uivision extension to 8.0.1 version

–>The teststep related to dropdown selection is being marked as green and moving on to other steps,but no action is being performed on the dropdown,hence the script(macro is failing)

Earlier used versions:8.0.1 and 8.1.1
Current version:8.1.3

–>request you to please fix the bug asap
Sample Website:React-Select

—>attaching the json code for reference

{
  "Name": "React",
  "CreationDate": "2022-10-17",
  "Commands": [
    {
      "Command": "open",
      "Target": "https://react-select.com/home",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "click",
      "Target": "xpath=//*[@id=\"root\"]/div/div[2]/div[2]/div/div/div/div[2]",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "click",
      "Target": "xpath=//*[@id=\"root\"]/div/div[2]/div[2]/div/div/div[2]/div[2]",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "click",
      "Target": "xpath=//*[@id=\"root\"]/div/div[2]/div[2]/div/div/div[3]/div[2]/div/div/div[2]",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "click",
      "Target": "xpath=//*[@id=\"root\"]/div/div[2]/div/div/div/div[3]",
      "Value": "",
      "Description": ""
    }
  ]
}

Hi, just to clarify: Are you saying the used macro worked in V8.0.1 and V8.1.1?

I tested with V8.1.1 and it did not work, either.

(What works, of course, is to automate the react elements with XClick)

HI

it didn’t work even with Xclick also

attaching json for reference

also can you please run in 8.0.1 version also

Json

–>1
{
“Name”: “Select-React”,
“CreationDate”: “2022-10-18”,
“Commands”: [
{
“Command”: “open”,
“Target”: “React-Select”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “XClick”,
“Target”: “xpath=//[@id="root"]/div/div[2]/div[2]/div/div/div/div[2]/div/div/div[2]",
“Value”: “”,
“Description”: “”
},
{
“Command”: “XClick”,
“Target”: "xpath=//
[@id="root"]/div/div[2]/div[2]/div/div/div[2]/div[2]/div/div/div[3]”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “XClick”,
“Target”: “xpath=//*[@id="root"]/div/div[2]/div[2]/div/div/div[3]/div[2]”,
“Value”: “”,
“Description”: “”
}
]
}

–>2
{
“Name”: “rea”,
“CreationDate”: “2022-10-18”,
“Commands”: [
{
“Command”: “open”,
“Target”: “React-Select”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “XClick”,
“Target”: “xpath=//[@id="root"]/div/div[2]/div[2]/div/div/div/div[2]",
“Value”: “”,
“Description”: “”
},
{
“Command”: “XClick”,
“Target”: "xpath=//
[@id="root"]/div/div[2]/div[2]/div/div/div[2]/div[2]”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “XClick”,
“Target”: “xpath=//*[@id="root"]/div/div[2]/div[2]/div/div”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “XClick”,
“Target”: “id=react-select-5-option-1-2”,
“Value”: “”,
“Description”: “”
}
]
}