I am using python client for Appium. I need to test validations on form in an Android app. For that on windows machine, if I find an element by its resource id, and try inserting the text using send_keys, it does nothing. Expected result is, it should type the provided text in the edit text. I suppose it has to do something with the hint provided in the edit text. Kindly help.