[eggPlant Functional] Searching For Images Quickly

Normally Clicks and other image finds are very robust
Generally this works well when you expect to find the image
Sometimes however you want to quickly see if an image is present

This script will quickly look to see if an image is there
but if not it won’t perform any extra work to try to find it

Note: This script will NOT move the mouse cursor to the bottom right
You could do that yourself before hand by doing

moveTo getOption(repositionPoint)

Note: This script will NOT do a full screen refresh to clear up any VNC artifacts
You could do that yourself before hand by doing

refreshScreen