public abstract class AbstractPerspective extends PageObject
driver| Constructor and Description |
|---|
AbstractPerspective() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Panel> |
createPanel(Class<T> panelClass,
String title) |
PrimaryNavbar |
getNavbar() |
abstract boolean |
isDisplayed() |
void |
logout() |
void |
waitForLoaded()
Waiting for the perspective to be fully loaded.
|
public PrimaryNavbar getNavbar()
public void logout()
public abstract boolean isDisplayed()
public void waitForLoaded()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.