use of com.wikia.webdriver.elements.mercury.old.TableOfContentPageObject in project selenium-tests by Wikia.
the class PortableInfoboxTests method init.
private void init() {
this.infobox = new PortableInfoboxObject(driver);
this.toc = new TableOfContentPageObject(driver);
this.navigate = new Navigate();
}
use of com.wikia.webdriver.elements.mercury.old.TableOfContentPageObject in project selenium-tests by Wikia.
the class TOCTests method init.
private void init() {
this.toc = new TableOfContentPageObject(driver);
this.navigate = new Navigate();
this.loading = new Loading(driver);
}
Aggregations