iphone - Secure Textfield value in UIAutomation script -
iphone - Secure Textfield value in UIAutomation script -
i have login screen username field , password field. in uiautomation script have accessed password field as
var passwordfield = window.securetextfields()["password"];
but when accessed value of passwordfield after entering value via uiautomation script by
var password = passwordfield.value();
but getting value password black dots (••••) ie default masking character of iphone. how can real value of password?
iphone uitextfield ios-ui-automation
Comments
Post a Comment