use of com.wikia.webdriver.elements.mercury.old.PortableInfoboxObject 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();
}
Aggregations