Reputation: 51
Is there any method to get text color in appium (lets say android apps). And also I want to assert that the text color is red/blue/green in color. I use ruby to write the scripts.
Upvotes: 2
Views: 1421
Reputation: 3658
There is no way to get text color in Appium for native iOS/Android apps, simply because UIAutomator2/XCUITest do not expose this type of data.
Appium is not a tool for visual testing, but is for functional testing.
Upvotes: 4