Class RegistrationPage


  • public class RegistrationPage
    extends AbstractRegistrationPage
    Represents the actions possible on the Registration Page
    Since:
    3.2M3
    Version:
    $Id: cf5a0eff76ad20cc996ab0bd53c7e4eddcb5788f $
    • Constructor Detail

      • RegistrationPage

        public RegistrationPage()
    • Method Detail

      • gotoPage

        public static RegistrationPage gotoPage()
        To put the registration page someplace else, subclass this class and change this method.
      • getRegistrationSuccessMessage

        public Optional<String> getRegistrationSuccessMessage()
        Returns:
        the registration success message if present after submitting the registration form
        Since:
        14.10.17, 15.5.3, 15.8RC1