I am using the For Each UI Element activity to loop through a list of hyperlinks. I am then using the Click activity, and using the CurrentElement as the input for the Click activity.
The Click activity always clicks in the center of the element. But the hyperlinks on this page are sometimes broken across 2 lines, so the center of the element does not contain the hyperlink. I would like to click at a point offset 2 or 3 pixels above the center of the element.
I have tried entering offset values in the Click activity, but when I run the process, it still clicks in the center. It seems like because I am using the CurrentElement as an input for the Click activity, it is ignoring the offset options.
How can I click at an offset point, when using a CurrentElement as an input for the Click activity? Or is there another way to solve this?
Below is an image of one of the problem hyperlinks. The hyperlink does not cross the exact center of the element region.