My HTMLUnit tests fail, and I have the feeling because I entered the password using the setValueAttribute () method and for some reason does not work. Any ideas? Should I pass HTMLUnit an encrypted password form?
EDIT:
Code for setting the passage:
loginForm.getInputByName ("loginPassword") setValueAttribute ("1234") ;.
source
share