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

delphi - blogger via idHTTP : error 400 bad request -

c++ - cuda, pycuda -- how to write complex numbers -- errors:class "cuComplex" has no member "i" -

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