AppiumFindByImage icon indicating copy to clipboard operation
AppiumFindByImage copied to clipboard

iOS Support

Open goncalosoares opened this issue 8 years ago • 3 comments

Hey,

Great Job!

Would this work on iOS?

Best, Goncalo

goncalosoares avatar Jan 29 '17 20:01 goncalosoares

It did at the time of writing the code, however there are better solutions out there right now :) This has not been updated in a long time, and will probably not work with latest appium!

Simon-Kaz avatar Apr 01 '17 14:04 Simon-Kaz

Hi! Could you provide any hints on the better solutions you mentioned? :) What we need is a simple image validation: we upload some image to the server and verify that this image shows up in our app gallery. Sikuli looked promising, but my colleagues state it was unable to provide reliable image recognition even when QR-codes were used as picture smaples (haven't tested that myself, though).

darina-techery avatar Jun 30 '17 12:06 darina-techery

Hi @darina-techery . If cost is not a concern, https://applitools.com/ is a good choice. I personally have moved into my own openCV. With sikuli it's important to find a good similarity % to use and to handle rotations.

Simon-Kaz avatar Jul 02 '17 10:07 Simon-Kaz