Comment 4 for bug 681781

Revision history for this message
Tsung-Hsiang Chang (vgod) wrote : Re: Feature request: Save original and last known location of image

I think saving absolute may not help much, since the window's location may be totally different. But maybe saving the location of widgets relative to their parent window is a good idea, because the layout of a GUI doesn't change often.
Anyways, this is a good idea and inspires me the possibility to save some interesting information in image files, e.g. the underlying GUI component references obtained from accessibility APIs. I will see what I can do on this feature.