I have Winform
application that display OkCancel
MessageBox
on start.
I want to click on "OK" button using python3 code, Is It possible?
Asked
Active
Viewed 37 times
0

ArmoArmo
- 105
- 10
-
https://stackoverflow.com/questions/1181464/controlling-mouse-with-python – demoncrate Oct 24 '19 at 12:19
-
you can do mouse clicks using python, if you can figure out where to click then it should be possible – demoncrate Oct 24 '19 at 12:20
-
to detect the window use this: https://stackoverflow.com/questions/10266281/obtain-active-window-using-python – demoncrate Oct 24 '19 at 12:21