Hi,
sorry if my question is a little stupid, but this is what I need:
I want to capture screen-shot for an element without force it to "foreground" by using 'ensurevisible()'.
So I need to check if the element is really visible --- not covered by (or overlapping with) any other elements.
Before I write a function to scan through all elements on the screen and examine their location and size, I would like to see if there are any simple to use.
The "visible" property of an element does not guarantee it is not covered by/overlapped with other elements.
thanks