Demo-ImageRecognition
From iMacros
This macro demonstrates the use of the Image Recognition commands to handle interactions on a Flash website.
This demo works with the following page: http://www.iopus.com/imacros/demo/v5/flash/
Macro Code
VERSION BUILD=4220307 TAB T=1 TAB CLOSEALLOTHERS ' 'This macro requires the Image Recognition Plugin (IMimage.dll) ' ' URL GOTO=http://www.iopus.com/imacros/demo/v5/flash/ REFRESH SIZE X=801 Y=602 ' 'For first start, make sure focus is set correctly 'Hide pointer for visual reason only SET !POINTER NO WINCLICK X=1 Y=1 SET !POINTER YES ' 'MEDIUM replay speed for demo purposes SET !REPLAYSPEED MEDIUM ' IMAGECLICK IMAGE=flash8.bmp CONFIDENCE=90 IMAGECLICK IMAGE=flashEnter.bmp CONFIDENCE=90 IMAGECLICK IMAGE=flash1.bmp CONFIDENCE=90 IMAGECLICK IMAGE=flashEnter.bmp CONFIDENCE=90 IMAGECLICK IMAGE=flash+.bmp CONFIDENCE=90 ' 'Test if result is as expected IMAGESEARCH IMAGE=flashResult.bmp CONFIDENCE=90 ' WAIT SECONDS=2
