I am in the process of writing the automated test for the android app using Experitest (http://experitest.com/) .The test requires to check the masking of the password field but I am struggling to achieve it as experitest is not returning the field type.
Is it possible to check the masking of a field for android apps? The underlying automation code is written in C#.