|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WebSudoBanner
WebSudoBanner component interface so that products can add WebSudoBanner functionality to PageObjects
| Method Summary | ||
|---|---|---|
|
dropWebSudo(Class<P> nextPage)
Drops the websudo privilege if the websudo banner is displayed otherwise just navigates to the next page. |
|
String |
getMessage()
Retrieves the websudo message from the banner. |
|
boolean |
isShowing()
Checks the websudo banner is showing |
|
| Method Detail |
|---|
boolean isShowing()
String getMessage()
<P extends Page> P dropWebSudo(Class<P> nextPage)
P - The page class type.nextPage - the page to navigate to after websudo privileges have been dropped.
Cannot be null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||