public class RefappLoginPage extends RefappAbstractPage implements com.atlassian.pageobjects.page.LoginPage
driver| Constructor and Description |
|---|
RefappLoginPage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getUrl() |
<M extends com.atlassian.pageobjects.Page> |
login(String username,
String password,
boolean bypassWebsudo,
Class<M> nextPage)
Logins into refapp.
|
<M extends com.atlassian.pageobjects.Page> |
login(String username,
String password,
Class<M> nextPage) |
<M extends com.atlassian.pageobjects.Page> |
loginAsSysAdmin(Class<M> nextPage) |
doWait, getHeaderpublic String getUrl()
getUrl in interface com.atlassian.pageobjects.Pagepublic <M extends com.atlassian.pageobjects.Page> M login(String username, String password, Class<M> nextPage)
login in interface com.atlassian.pageobjects.page.LoginPagepublic <M extends com.atlassian.pageobjects.Page> M login(String username, String password, boolean bypassWebsudo, Class<M> nextPage)
bypassWebsudo - if true, user will not have to deal with websudo screen again until the automatically given privilege is expiredpublic <M extends com.atlassian.pageobjects.Page> M loginAsSysAdmin(Class<M> nextPage)
loginAsSysAdmin in interface com.atlassian.pageobjects.page.LoginPageCopyright © 2018 Atlassian. All rights reserved.