use of com.wikia.webdriver.elements.common.Navigate in project selenium-tests by Wikia.
the class ImageUploadTests method init.
private void init() {
this.curatedMainPage = new CuratedMainPagePageObject();
this.crop = new CroppingToolPageObject(driver);
this.editor = new EditorHomePageObject();
this.generator = new ImageGenerator();
this.itemForm = new ItemFormPageObject();
this.upload = new UploadImageModalComponentObject(driver);
this.navigate = new Navigate();
}
use of com.wikia.webdriver.elements.common.Navigate in project selenium-tests by Wikia.
the class SoundCloudTests method init.
private void init() {
this.topBar = new TopBar(driver);
this.navigation = new Navigation(driver);
this.navigate = new Navigate();
this.widget = new SoundCloudWidgetPageObject(driver);
}
use of com.wikia.webdriver.elements.common.Navigate in project selenium-tests by Wikia.
the class WeiboTests method init.
private void init() {
this.topBar = new TopBar(driver);
this.navigation = new Navigation(driver);
this.navigate = new Navigate();
this.widget = new WeiboWidgetPageObject(driver);
}
use of com.wikia.webdriver.elements.common.Navigate in project selenium-tests by Wikia.
the class GoogleFormTests method init.
private void init() {
this.topBar = new TopBar(driver);
this.navigation = new Navigation(driver);
this.widget = new GoogleFormWidgetPageObject(driver);
this.navigate = new Navigate();
}
use of com.wikia.webdriver.elements.common.Navigate in project selenium-tests by Wikia.
the class PlaybuzzTests method init.
private void init() {
this.topBar = new TopBar(driver);
this.navigate = new Navigate();
this.widget = new PlaybuzzWidgetPageObject(driver);
}
Aggregations