0

There a manual work process that I'd like to automate. In essence the process is: 1. Open program.exe 2. Select title menu, select 2nd option 3. Enter date range 4. Hit submit 5. Repeat steps 2-4 with varied date ranges.

Is python able to identified fields within a program and imitate mouse click/key strokes?

NS01
  • 37
  • 8
  • 2
    I'm sure you could make it with python but you might want to look at [autohotkey](http://ahkscript.org/) – Whud Oct 17 '16 at 02:42
  • ie. [Automate the Boring Stuff with Python: Controlling the Keyboard and Mouse with GUI Automation](https://automatetheboringstuff.com/chapter18/) but maybe there are better method. – furas Oct 17 '16 at 02:46
  • Thank Autohotkey is the key to this! – NS01 Oct 17 '16 at 03:12
  • Possible duplicate of [Which is the easiest way to simulate keyboard and mouse on Python?](https://stackoverflow.com/questions/2791839/which-is-the-easiest-way-to-simulate-keyboard-and-mouse-on-python) – kenorb Jan 07 '18 at 14:48

0 Answers0