how to control the buttons or tabs in the launch application using python -
i launched application using following code i.e.
import os
cmd = r'start c:\windowsmediaplayer\wmplayer.exe'
os.system(cmd)
say launched win media player.. want control buttons/the menus open file . or audio settings.. thing related media player using python script.. please on can me this....
maybe should use framework such pywinauto using this, can launch windows applications , control them.
check this out
Comments
Post a Comment