use of com.wikia.webdriver.elements.mercury.components.Navigation in project selenium-tests by Wikia.
the class PollsnackTests method init.
private void init() {
this.topBar = new TopBar(driver);
this.navigation = new Navigation(driver);
this.navigate = new Navigate();
this.widget = new PollsnackWidgetPageObject(driver);
}
use of com.wikia.webdriver.elements.mercury.components.Navigation 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.mercury.components.Navigation 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.mercury.components.Navigation 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.mercury.components.Navigation 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);
}
Aggregations