Does anybody know if we can get the orders of all opened nativeWindows ?
I would like to compare two nativeWindows, and find which window is above.
Thanks !
Edit :
NativeApplication.nativeApplication.openedWindows
return an array of all opened nativeWindows.
But the windows is in the order they were opened. Not in the depth order... For example, if we click on a window, it will take the first place, but its position in this array doesn't change.
Is there another array where the windows would be in this order ? Or another way ton find it ?
Thanks a lot.