Hi All,
I wanted to take password input from user using Dialogs, but when user enters password in dialog, it just shows as plain text.
I wanted to take password from user in dialog box and in a ******** manner or some encrypted form just not the plain text.
Login to Repository
${username}= Get Value From User Enter your Username
${password}= Get Value From User Enter you Password
Input Text //input[@name='username'] ${username}
Input Password //input[@name='password'] ${password}
So far I haven’t found anything to achieve this, if anyone knows please help here.
Thanks,