Dynamically Select ClippingRegion

I am trying to find if some text is located below another text. I cannot use text scrapping to check this because the text I am looking for is not next to the relative text, it is below it.

I am trying to find the coordinates of first text and add a number to X and Y and use that as clipping region to look for the other text. I am not able to enter variables in Left, Top, Right, Bottom of ClippingRegion.

Is there a way to do this? Or is there a better way?

Hi,
You can still use scrape relative it doesn’t have to be next it can be top or bottom too.
when you click on relative and when it prompt to indicate then indicate below text.

Hi @nikeneel Did you get a feasible solution for this?