use of com.wikia.webdriver.elements.common.Navigate 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);
}
use of com.wikia.webdriver.elements.common.Navigate in project selenium-tests by Wikia.
the class NavigationTests method init.
private void init() {
this.curatedContent = new CuratedContentPageObject();
this.navigate = new Navigate();
this.loading = new Loading(driver);
this.article = new ArticlePageObject(driver);
}
use of com.wikia.webdriver.elements.common.Navigate in project selenium-tests by Wikia.
the class AllTagsTests method init.
private void init() {
this.topBar = new TopBar(driver);
this.navigation = new Navigation(driver);
this.navigate = new Navigate();
}
Aggregations