I'm trying to automate a process that involves opening up cad files clicking a few menu buttons and then looking for a file to reference and clicking on the files to reference them (by clicking the "open" button) then opening up a new file and repeating the task. I know I can automate the mouse moving, but when opening up the new file, it's a scrolling list, and having the mouse repeat the same position will just result in opening the same file over again, and I need it to look for the next file. Is there a simple way to do this, or am I better off grinding through this boring process?