use of com.wikia.webdriver.elements.common.Navigate in project selenium-tests by Wikia.
the class SpotifyTests method init.
private void init() {
this.topBar = new TopBar(driver);
this.navigation = new Navigation(driver);
this.navigate = new Navigate();
this.widget = new SpotifyWidgetPageObject(driver);
}
use of com.wikia.webdriver.elements.common.Navigate in project selenium-tests by Wikia.
the class TwitterTests method init.
private void init() {
this.topBar = new TopBar(driver);
this.navigation = new Navigation(driver);
this.navigate = new Navigate();
this.widget = new TwitterWidgetPageObject(driver);
}
use of com.wikia.webdriver.elements.common.Navigate in project selenium-tests by Wikia.
the class VKTests method init.
private void init() {
this.topBar = new TopBar(driver);
this.navigation = new Navigation(driver);
this.navigate = new Navigate();
this.widget = new VKWidgetPageObject(driver);
}
use of com.wikia.webdriver.elements.common.Navigate in project selenium-tests by Wikia.
the class ArticlePageTests method init.
private void init() {
this.topBar = new TopBar(driver);
this.navigation = new Navigation(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 ApesterTests method init.
private void init() {
this.topBar = new TopBar(driver);
this.navigate = new Navigate();
this.widget = new ApesterWidgetPageObject(driver);
}
Aggregations