> In Linux, we can get window info by executing 'xwininfo' and then > selecting the desired window manually. Can this be done automatically > in python? You can run "xwininfo -tree -root", and then parse the output. HTH, Martin