|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LoginPage
A login page that logs in a user and sends the browser to the next page
| Method Summary | ||
|---|---|---|
|
login(String username,
String password,
Class<M> nextPage)
Logs in a user and sends the browser to the next page |
|
|
loginAsSysAdmin(Class<M> nextPage)
Logs in the default sysadmin user and sends the browser to the next page |
|
| Methods inherited from interface com.atlassian.pageobjects.Page |
|---|
getUrl |
| Method Detail |
|---|
<M extends Page> M login(String username,
String password,
Class<M> nextPage)
M - The page typeusername - The username to loginpassword - The password to login withnextPage - The next page to visit, which may involve changing the URL. Cannot be null.
<M extends Page> M loginAsSysAdmin(Class<M> nextPage)
M - The page typenextPage - The next page to visit, which may involve changing the URL. Cannot be null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||