How to get TextView Color

Hi,

Is there anyway i can get the color of TextView using appium API’s?

We are trying to automate the android app using appium, i am unable to verify the color of text in the tabView.

Thanks

No, appium doesn’t have an API for this. As a work around, the developer could dynamically update the content description to contain this information.

Thanks for your quick response.