Hi,
i have a GUI and my GUI Toolkit is wxPython. Now when the GUI opens...whateve r tabs and buttons i click...an action is performed. Each mouse click is an event and it is processed in the script accordingly.
Now i want to operate that GUI without using the mouse..i'e thru my script....
for example...in the original python script...there is a function "OnBrowseForRep ort Directory". When i click on the tab for browse in the GUI....a dialog opens from where i can choose my report directory and click on OK. The directory gets chosen...but all these actions are performed on the click of the mouse...i.e manually. I want to automate the entire thing...i.e I want to open the dialog thru my own python script and choose the directory without clicking on the "OK" tab...i.e thru my script.....i want to use the underlyting fumction "OnBrowseForRep ort Directory"...
Plz help...it's urgent!!
i have a GUI and my GUI Toolkit is wxPython. Now when the GUI opens...whateve r tabs and buttons i click...an action is performed. Each mouse click is an event and it is processed in the script accordingly.
Now i want to operate that GUI without using the mouse..i'e thru my script....
for example...in the original python script...there is a function "OnBrowseForRep ort Directory". When i click on the tab for browse in the GUI....a dialog opens from where i can choose my report directory and click on OK. The directory gets chosen...but all these actions are performed on the click of the mouse...i.e manually. I want to automate the entire thing...i.e I want to open the dialog thru my own python script and choose the directory without clicking on the "OK" tab...i.e thru my script.....i want to use the underlyting fumction "OnBrowseForRep ort Directory"...
Plz help...it's urgent!!
Comment