Package org.xwiki.test.ui.framework.elements

Examples of org.xwiki.test.ui.framework.elements.RegisterPage


    }

    public RegisterPage clickAddNewUser()
    {
        this.addNewUserButton.click();
        RegisterPage rp = new LightBoxRegisterPage();
        return rp;
    }
View Full Code Here


    }

    /** To put the registration page someplace else, subclass this class and change this method. */
    protected RegisterPage getRegisterPage()
    {
        return new RegisterPage();
    }
View Full Code Here

TOP

Related Classes of org.xwiki.test.ui.framework.elements.RegisterPage

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.