Search in sources :

Example 1 with Head

use of com.wikia.webdriver.elements.mercury.components.Head in project selenium-tests by Wikia.

the class HTMLTitleTests method init.

@BeforeMethod(alwaysRun = true)
private void init() {
    this.head = new Head();
    this.navigate = new Navigate();
}
Also used : Head(com.wikia.webdriver.elements.mercury.components.Head) Navigate(com.wikia.webdriver.elements.common.Navigate) BeforeMethod(org.testng.annotations.BeforeMethod)

Aggregations

Navigate (com.wikia.webdriver.elements.common.Navigate)1 Head (com.wikia.webdriver.elements.mercury.components.Head)1 BeforeMethod (org.testng.annotations.BeforeMethod)1