Please help me - Menu updating for a webpage

Need to see the dropmenu paste url

I do not use image to recognize dropmenu and i do not use sendKeys command (are old and deprecated)

Post url otherwise it’s impossible to help you

Sometimes UIVision sends the cursor movements so fast that the browser and webpage don’t keep up. I just split it up where each command is only 2 to three movements and never have issues after.

Add pause 3000 to separate every Xclick and every Xtype command.

For me works well

To have best performance use 1 Xclick/Xtype for command and add a pause

Example

{
"Command": "XType",
"Target": "${KEY_UP}",
"Value": ""
},
{
"Command": "XType",
"Target": "${KEY_UP}",
"Value": ""
},
{
"Command": "XType",
"Target": "${KEY_ENTER}",
"Value": ""
},