| Modifier and Type | Class and Description |
|---|---|
class |
Assertion<T extends Page<T>>
Assertion available from within PageObject chained calls
|
class |
Logger<T extends Page<T>>
Logger available from within PageObject chained calls
|
class |
Page<T extends Page<T>>
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Page> |
Page.get(Class<T> type)
Gets a class instance without any additional actions
|
static <T extends Page> |
Page.navigateToPage(Class<T> type)
Executes overridden
navigateTo() method and returns a reference to it's instance |
static <T extends Page> |
Page.waitForPage(Class<T> type)
Executes overridden
waitToLoad() method and returns a reference to it's instance |
| Modifier and Type | Method and Description |
|---|---|
static Page |
Page.get() |
Copyright © 2015. All rights reserved.