public interface Page extends ElementGroup
| Modifier and Type | Method and Description |
|---|---|
default Optional<org.openqa.selenium.WebElement> |
navigateTo()
Default implementation navigates to the url of the page specified by locator annotation.
|
static <T extends Page> |
navigateTo(Class<T> pageType)
Navigates to a specific page of the page object model.
|
getSearchContext, locateElementsdefault Optional<org.openqa.selenium.WebElement> navigateTo()
Copyright © 2016 DevCon5 GmbH. All rights reserved.