Package org.zanata.page.utility

Examples of org.zanata.page.utility.HomePage


    }

    public HomePage cancelUpdate() {
        log.info("Click Cancel");
        waitForWebElement(cancelButton).click();
        return new HomePage(getDriver());
    }
View Full Code Here


    public HomePage goToHomePage() {
        log.info("Click Zanata home icon");
        scrollToTop();
        waitForWebElement(homeLink).click();
        return new HomePage(getDriver());
    }
View Full Code Here

        log.info("Click Log Out");
        scrollIntoView(userAvatar);
        userAvatar.click();

        clickLinkAfterAnimation(BY_SIGN_OUT);
        return new HomePage(getDriver());
    }
View Full Code Here

TOP

Related Classes of org.zanata.page.utility.HomePage

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.