Class SignupPage


  • public class SignupPage
    extends Object
    The signup page for HudsonPrivateSecurityRealm
    • Field Detail

      • signupForm

        public org.htmlunit.html.HtmlForm signupForm
      • signupPage

        public final org.htmlunit.html.HtmlPage signupPage
    • Constructor Detail

      • SignupPage

        public SignupPage​(org.htmlunit.html.HtmlPage signupPage)
    • Method Detail

      • enterUsername

        public void enterUsername​(String username)
      • enterPassword

        public void enterPassword​(String password)
        Enters the password in password1 and password2. You can then call enterPassword2(String) if you want them to be different.
      • enterPassword2

        public void enterPassword2​(String password2)
      • enterFullName

        public void enterFullName​(String fullName)
      • enterEmail

        public void enterEmail​(String email)
      • assertErrorContains

        public void assertErrorContains​(String msg)