Image recognition: XClick misses 'pink box'

Hi,

with the following code:

{
“Command”: “selectWindow”,
“Target”: “Title=P&I Loga3 | Personen*”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “XDesktopAutomation”,
“Target”: “true”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “XClick”,
“Target”: “Suchen_dpi_96.png”,
“Value”: “”,
“Description”: “”
},

and Picture:

Suchen_dpi_96

XClick reproducibly does not target the “pink box” but
the next button on the right “EINFACHE SUCHE”

This is what the ‘hit-frames’ look like:
hitframes_SUCHEN

i tried with and without XDesktopAutomation to no avail.

any suggestions?

Regards

Glen

You muse use XClickRelative - with only XClick the pink/green boxes are ignored (= seen as part of the image)

Thank you, for the Information, I’ll give it a try.

Regards