I use ProcrastiTracker program to log activity on my Windows machine, and I'd like to export the data this program collects so I could analyze it further.
Since there's no easy/built-in method to get data exports in the format I want, I must come up with some workarounds.
I'd like to automate the following point-and-click steps:
- Show hidden tray icons (in Windows task bar).
- Right-click ProcrastiTracker's tray icon.
- Left-click
[View Statistics]in the menu. - Now facing the ProcrastiTracker window: select
[Yesterday]in[Quick Set]dropdown menu. - Close ProcrastiTracker window (clicking the X window button or by Alt+F4)
- Repeat steps (1) and (2) from above.
- Left-click
[Export Html (View)] - Now facing the Save As window: navigate to a specific location, edit the File Name (that I'm attempting to save), and finally click
[Save].
- Please note that this is not a question about ProcrastiTracker, but about automating a point-and-click procedure on Windows OS.
- I've researched this problem, and have seen tools like AutoHotkey and Microsoft Power Automate Desktop. However, I'm not sure they really fit what I need.
- AutoHotkey is limited because it requires specific screen coordinates to where mouse clicks should happen. These coordinates are difficult to predict, mainly because the ProcrastiTracker tray icon might occasionally change its position.
- Microsoft Power Automate Desktop -- aside from the fact that it runs only on Windows 10 (whereas I have Windows 8.1), I'm also not sure that this tool is relevant to what I'm trying to achieve.
Bottom line
I'd appreciate any feedback on how such automation could be achieved. Ideally, I'd want to run such automated procedure every day at 6 AM to save the ProcrastiTracker data of the day before.
If you think this is impossible to achieve, please say so. Knowing it's not going to happen will save me time.
