Hi,
im learning python and writing myself a utility script for the server i play.
Basically i need to click "Ok" on a button on an ui element when it pops up.
The threading part is done,
i dumped all the modules and using vars/dirs/inspector on various objects/classes/functions,
but i cant find a way to get the istance of the ui element or the object that is calling the function that make the window shows up.
I dont know what ui.class is the window, the only thing i know is that it looks exactly like
a upgrade success window.
Anyone can help me with some ideas?
Is it possible to get the picked window object programmatically?
Thank you!






