Desktop Automation: XClick error

Hello Guys,

I created a simple Macro, 1, XRun Outlook 2, XClick “Not now” button
but it always fails at the 2nd step with error mesage: [error]
Image ‘p9slft_dpi_96.png’ (conf. = 0.8) not found
what should I do properly? thanks

The macro itself looks good.

  1. Make sure you have only one monitor (reason: Multi-monitor is not supported yet, see [issue #41] XClick fails if second monitor is connected )

  2. Try to change the confidence from 0.8 to e. g. 0.6 and see if this work

How to test image recognition issues:

  • Press the FIND button - this will show you a screenshot with all the matches marked. => Do you see the correct matches?

  • Check the __last_desktop_screenshot.png image in the screenshot tab - this is what UIVision searched. Is this the screenshot you expected? Is the button visible there?

__last_desktop_screenshot

Thank you Plankton, when I change the confidence from 0.8 to 0.6, it works.