Unable to get coordinates for Find Element activity

I get the following message when trying to obtain the coordinates from a selected area.

1
2

@michaelamay0 ClippingRegion is of a type Region and isn’t something you can cast ToString…you need to drill further down into the values to get what you need:

image

uielement.ClippingRegion.Rectangle.Value. etc

2 Likes