How to click a UiElement in a web browser?

I need the robot to click on an image with provided screen coordinates. If the image is not found within the provided screen coordinates return null or throw an exception.

Hi @michaelamay0,

I am assuming you have installed the chrome browser in your system. If not then you can do it using UiPath Studio then activate in chrome.
You can use Image Exists Activity which will return a boolean then use that boolean to throw an exception.
I have attached the screenshot.
image

Best!!
Anmol

This will scan the entire webpage, as I mentioned above, I need to resize it to an arbitrary section of the screen with coordinates and check if it exists in there.

Hi there @michaelamay0

have you explored set/get clipping region and then search your image there? it is very convenient try and get back if there are issues.