Package info.galleria.view.user

Examples of info.galleria.view.user.HomePage


  }

  public HomePage goToHomePage()
  {
    driver.findElement(By.id("viewAlbums")).click();
    return new HomePage(driver, contextPath);
  }
View Full Code Here


  }

  public HomePage deleteAlbum()
  {
    driver.findElement(By.id("deleteAlbumForm:deleteAlbumButton")).click();
    return new HomePage(driver, contextPath);
  }
View Full Code Here

TOP

Related Classes of info.galleria.view.user.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.