I need a background colour and the text colour of the Button in Appium

Hi There,

I need a background colour and the text colour of the Button in Appium.

In Selenium we use .CssSelector but I don’t know in Appium mobile native apps.

Hi Joe,

CSS is for webViews only. If your app in webView uses the same. In Native apps with Android, it is possible to use Espresso, but with iOS, we are uncertain If it is possible or not.