I am using appium to automate native android app UI and functionality. My requirement is to capture the error message that comes when the username is kept blank during login. The error message is shown with the red exclamation mark on username field and cannot be identified by uiautomator. Is there a way to capture the text of the error message via appium