Hey guys,
My project is catching a blue or orange colored square shape on a web page and only inside specific area.
As you can see at my project screen, i used ‘image Exists’ activity for my purpose,
My purpose is catching the square shape → at specific zone (the area indicated by the black frame)
The shape image size is 27X27 pixel so i created a shape with exact color via paint and save it as png format. Then I loaded this created image to image exists activity, output var: imgsonuc
Then i set of ClippingRegion option as desired coordinates in ‘Image Exists’ preferences panel,
When i execute, the result is’True’,
However when i change clipping region coordinates to any empty zone the result is still ‘True’
but i expect it must be ‘False’,
I can’t use element exist activity due to square shapes are not recognized as an UiElement by Uipath. Seems like there isn’t any alternative way to catch this squares at specific region,
I m stuck at this phase, please assist me guys
Sorry for my grammer i hope i described my problem clearly,
Best Regards,