Modifier and Type | Method and Description |
---|---|
<T extends LoadablePage> |
Browser.browseTo(Class<T> loadablePageClass)
Browse to the given
LoadablePage , and return its instance. |
Modifier and Type | Method and Description |
---|---|
<T extends LoadablePage> |
OnMyAboutMePage.pageToLoadClass() |
Modifier and Type | Class and Description |
---|---|
class |
MyAboutMePage
Models any profile page on about.me, e.g.
|
Modifier and Type | Method and Description |
---|---|
protected <P extends LoadablePage> |
ImLoggedInBase.pageToLoadClass() |
protected abstract <T extends LoadablePage> |
NavigationWebTask.pageToLoadClass() |
Modifier and Type | Interface and Description |
---|---|
interface |
LoginPage<T extends WebPage>
Represents the page for logging in which will typically offer
a form with two text fields, one for the username, and one
for the password.
|
Modifier and Type | Method and Description |
---|---|
static <T extends LoadablePage> |
LoadablePage.load(Class<T> loadablePageClass,
org.openqa.selenium.WebDriver driver)
Load the given LoadablePage.
|
Copyright © 2015. All rights reserved.