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

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -