I'm looking for something like sendkeys but for mouse clicks. For instance, is there a way of sending a mouse click to location 100,50 in a window?
It is just a thought for automated testing of GUIs. We have a few GUI type dialogs that don't have any keyboard shortcuts. These are the only tests that have to be done manually - the rest have been automated with AppActivate and SendKeys. Don't really want to buy a £50000 package and learn a completely new system just to test three dialogs.
It is just a thought for automated testing of GUIs. We have a few GUI type dialogs that don't have any keyboard shortcuts. These are the only tests that have to be done manually - the rest have been automated with AppActivate and SendKeys. Don't really want to buy a £50000 package and learn a completely new system just to test three dialogs.