Package org.lightadmin.page

Examples of org.lightadmin.page.DashboardPage


  }

  public DashboardPage navigateToDashboard() {
    getNavigationLink( "Dashboard" ).click();

    return new DashboardPage( seleniumContext );
  }
View Full Code Here


  public DashboardPage navigateToDashboard() {
    if ( dashboardBreadcrumbLinkPresent() ) {
      dashboardBreadcrumbLink().click();
    }

    return new DashboardPage( seleniumContext ).get();
  }
View Full Code Here

TOP

Related Classes of org.lightadmin.page.DashboardPage

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.