Image recognition Issue

Hi,
We have recently purchased an Eggplant license for cross browser testing of a Customer portal on Windows and MAC machines.

Since, this a new application which is under development, the postion of some of the images are different and changing constantly in each browser.

Our intention is to capture images on one browser and then execute using the same set of captured images across multiple browsers. Is there any way by which we can resolve this issue?

Any help would be appreciated.

Thanks!!!

You’ll probably want to use image collections which allows you to have multiple representations of a single element. So for example if you needed to click an OK button on a Mac and on Windows, you could have an “OK button” collection containing an image of each and if you said

click "OK button"

eggPlant would search the screen for either button and click whichever one it found.