I'm trying to automate a repetitious task in a third party app, and neither the x86 or x64 Spy can see anything on the page except mouse motions.. The app includes multiple screens (that look like windows), and some links and buttons I need to press based on displayed text. It's an SQL based app, so learning enough SQL to perform the task is more than I'm ready to tackle.
In the enclosed example, I need to click through the list of entries, and each entry offers different options on on subsequent screen. I've got the script to the point where I can click through all the links and move between pages based solely on mouse coordinates, but I have to pause for human interaction after each click to respond to varying predictable questions with easy answers, typically clicking some boxes or clicking a button, where mouse coordinates aren't useful if I can't identify the questions.
Can someone point me at the functions that might help with this endeavor?