Uipath click image resolution

I am using image click for saving a file.
The button was captured in 1920*1080 resolution.
The image failed in 1800 something resolution
However in 1600 resolution it worked
Need some clarifications !!!

Resolution has an unpredictable impact on image recognition. Why are you using Click Image? Are selectors not available for some reason? Even images have selectors. Generally Click Image is reserved for things like Citrix or RDP where you are only seeing a remote connection window and can’t get selectors. But even then, ComputerVision is much better than Click Image.

@Ritaman_Baral,

Image automation is very delicate and strick resolution should be followed.

When using image-based automation like “Image Click”, the resolution plays a significant role because the automation relies on visual elements being in the same position and size as they were during the development.

Here’s why you may face inconsistencies across different resolutions:

Resolution Dependency:

When you record an image at a particular resolution (1920x1080), UiPath expects the same layout and positioning. If the resolution changes (like 1800x1080), the size, shape, or location of elements might shift, causing UiPath to fail to locate the image.

Image Scaling:

In some cases, certain resolutions (like 1600) may proportionally scale the UI elements in a way that still matches the captured image, which is why it worked in the 1600 resolution but failed in 1800.

LLM helped me to write this but it’s validated by me.

Thanks,
Ashok :slightly_smiling_face: