sasikumar
sasikumar

Reputation: 567

how to check whether password field is encrypted

how to check whether password field is encrypted with selenium. i meant that password field is masked and not displayed.

Upvotes: 0

Views: 2143

Answers (1)

Toby
Toby

Reputation: 8792

If you mean masked, you should be able to assert that an input of type password exists on the page.

Upvotes: 2

Related Questions