|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WebSudoPage
The page that confirms the administrator password to start a secure administrator session
| Method Summary | ||
|---|---|---|
|
confirm(Class<T> targetPage)
Confirm the sys admin password and navigate to given page |
|
|
confirm(String password,
Class<T> targetPage)
Confirm with given password and navigate to given page |
|
| Methods inherited from interface com.atlassian.pageobjects.Page |
|---|
getUrl |
| Method Detail |
|---|
<T extends Page> T confirm(Class<T> targetPage)
T - PagetargetPage - Page to navigate to after password confirm
<T extends Page> T confirm(String password,
Class<T> targetPage)
T - Pagepassword - The password to confirmtargetPage - Page to navigate to after password confirm
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||