Only Location based recogination

Since EggPlant is image based recoginiton, some time it is very hard to click on any generic location. So if we have just location based recogination as well then we can have all three type of recoginition with eggPlant.

That’s a very interesting idea that we would like to explore further.

In the past when we’ve considered adding a “coordinate capture” mode we usually try to start by finding a relative starting point using image detection.

As we think about future enhancements it’s helpful to here from the community about what Testing Scenarios they have where a “coordinate capture mode” would be helpful. Please give us some examples so we can take them into account for designing such a feature.

Are you aware that you can script actions against specific locations by just providing coordinates as an argument:

click (34, 273)
Moveto(487,256)
DragAndDrop((45,102),(98,102))