Can appium detect colour and font?

Hi,

Has anyone managed to get Appium to detect that a specific colour appears on screen? Currently we use Sikuli but it’s a bit unwieldy, and we would also like to keep everything Appium if possible.

Also, has anyone managed to detect what font specific text is displayed in?

Thanks in advance!

It is possible to read css if you are testing hybrid app. I don’t think you can do something like that with native context.

ok - thanks very much! Hopefully this is something that gets added to later updates

I’ve been meaning to give these guys a try. You can embed their code inside your appium scripts.
https://eyes.applitools.com/app/tutorial.html

I haven’t used them yet but hear good things. Good luck!