Reputation: 567
how to check whether password field is encrypted with selenium. i meant that password field is masked and not displayed.
Upvotes: 0
Views: 2143
Reputation: 8792
If you mean masked, you should be able to assert that an input of type password exists on the page.
Upvotes: 2