use of com.wikia.webdriver.elements.mercury.old.GalleryComponentObject in project selenium-tests by Wikia.
the class LightboxTests method init.
private void init() {
this.gallery = new GalleryComponentObject(driver);
this.lightbox = new LightboxComponentObject();
new Navigate().toPage(MercurySubpages.GALLERY);
}
Aggregations