XClick missing target

Can you help? I’ve been running this code for months. But as of this morning every XClick is offset vertically so it clicks 2 lines above. I’ve tried restarts. two browsers, two PCs and two different websites. Every time the XClick highlights the correct xpath then clicks the screen above it.

(I’m clicking on a channel in Slack and a conversation in Whatapp. These are both in sidebars. The xpath was working until this morning)

It’s doing my head in!
Any suggestions?

{
“Command”: “bringBrowserToForeground”,
“Target”: “”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “XClick”,
“Target”: “xpath=(//span[@title=‘Testing Golf’])”,
“Value”: “”,
“Description”: “Select Golf group thread”
},
{
“Command”: “pause”,
“Target”: “300”,
“Value”: “”,
“Description”: “Select Golf group thread”
},
{
“Command”: “XType”,
“Target”: “${KEY_CTRL+KEY_V}”,
“Value”: “”,
“Description”: “paste”
},
{
“Command”: “XType”,
“Target”: “${KEY_ENTER}”,
“Value”: “”,
“Description”: “paste”
},
{
“Command”: “XClick”,
“Target”: “xpath=//span[@title=‘Golf 2’]”,
“Value”: “”,
“Description”: “Select Golf group thread”
},
{
“Command”: “pause”,
“Target”: “500”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “XType”,
“Target”: “${KEY_CTRL+KEY_V}”,
“Value”: “”,
“Description”: “paste”
},
{
“Command”: “XType”,
“Target”: “${KEY_ENTER}”,
“Value”: “”,
“Description”: “paste”
},
}

My workaround is to add a ‘Testing Golf’ conversation. By xclicking on the ‘Testing Golf’ I can get a click on the ‘Golf’ conversation.

I’m only using one monitor.

Finally found a solution. Change the Zoom on the ui.vision extension window to 100%.
Wow, I’ve had all these crazy workarounds for weeks!

thanks to…

Hi,
Thanks for your share.