dojoSupport, PROMPT_PANEL_ID, WAIT_TIME_3000drone, elementWaitInSeconds, maxPageLoadingTime, popupRendertime, version| Constructor and Description |
|---|
CloudSignInPage(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
|
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()
Page renderer verifies the page has rendered
by checking java script page loaded status is complete.
|
CloudSignInPage |
render(long time)
Page renderer verifies the page has rendered
by checking all elements are visible and loaded by the
max limit time set.
|
CloudSignInPage |
render(RenderTime timer)
Page renderer verifies the page has rendered
by checking all elements are visible and loaded.
|
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, getSearch, isJSMessageDisplayed, isLoggedIn, isLogoPresent, isTitlePresent, panelExists, submit, waitForFile, waitForFile, waitForFileclose, getDrone, getScreenShot, getTitle, isBrowserTitle, toStringpublic CloudSignInPage(WebDrone drone)
drone - WebDriver to access pagepublic CloudSignInPage render(RenderTime timer)
RenderRenderTime.timer - RenderTime time to waitHtmlPage page object responsepublic CloudSignInPage render()
RenderHtmlPage object responsepublic CloudSignInPage render(long time)
Rendertime - waiting timeHtmlPage page object responsepublic 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 © 2014. All rights reserved.