CSS property of IOS native App

Hi Forum,
Hi @mykola-mokhnach

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

Css is for webViews only. If your app in webView use same. Native with Android possible using Espresso, with iOS not sure if possible.