public class CloudSignInPage extends SharePage
alfrescoVersion, dojoSupport, elementWaitInSeconds, popupRendertime, PROMPT_PANEL_ID, WAIT_TIME_3000| Constructor and Description |
|---|
CloudSignInPage(org.alfresco.webdrone.WebDrone drone)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getForgotPasswordURL()
Method to get Forgot password link URL
|
String |
getPageTitle()
Method to get the Cloud SignIn page dialog header
|
boolean |
isDisconnectButtonDisplayed()
Returns true if Disconnect Button is displayed
|
boolean |
isForgotPasswordLinkDisplayed()
Verify if the Forgot Password Link is displayed
|
org.alfresco.webdrone.HtmlPage |
loginAs(String username,
String password)
Logs user into the site by first finding the login panel,populating the
fields and submitting the form.
|
CloudSignInPage |
render() |
CloudSignInPage |
render(long time) |
CloudSignInPage |
render(org.alfresco.webdrone.RenderTime timer) |
void |
selectCancelButton() |
void |
selectFogotPassordLink()
Performs the action of clicking the Forgot password link.
|
void |
selectSignUpLink()
Performs the action of clicking the sign up link.
|
basicRender, canResume, canResume, disbaleFileUploadFlash, elementRender, findButton, getCopyRight, getElementText, getLogin, getNav, getPopupRendertime, getSearch, isJSMessageDisplayed, isLoggedIn, isLogoPresent, isTitlePresent, panelExists, setAlfrescoVersion, setElementWaitInSeconds, setPopupRendertime, submit, waitForFile, waitForFile, waitForFilepublic CloudSignInPage(org.alfresco.webdrone.WebDrone drone)
drone - WebDriver to access pagepublic CloudSignInPage render(org.alfresco.webdrone.RenderTime timer)
public CloudSignInPage render()
public CloudSignInPage render(long time)
public org.alfresco.webdrone.HtmlPage loginAs(String username, String password)
username - String username valuepassword - String password valuepublic boolean isDisconnectButtonDisplayed()
public void selectCancelButton()
public void selectSignUpLink()
public void selectFogotPassordLink()
public String getPageTitle()
getPageTitle in class SharePagepublic boolean isForgotPasswordLinkDisplayed()
public String getForgotPasswordURL()
Copyright © 2013. All Rights Reserved.