sigmafreed
Programmer
I want to be able to quickly and quietly "feel" around for the buttons in the software. Currently I use win_check_bitmap in a for loop to find where to put my mouse cursor. The trouble is it's slow, and it spits out long lists of bitmap OK/mismatch messages in the report file, which make the test fail. Is there a good alternative to this?