DEFAULT_PAGE_LOADING_TIME_WAIT, drone, version| Modifier and Type | Method and Description |
|---|---|
boolean |
exists()
Verify if login html element div is displayed.
|
void |
loginAs(String username,
String password)
Logs user into the site by first finding the login panel,populating the
fields and submitting the form.
|
LoginPage |
render()
Page renderer verifies the page has rendered
by checking java script page loaded status is complete.
|
LoginPage |
render(long time)
Page renderer verifies the page has rendered
by checking all elements are visible and loaded by the
max limit time set.
|
LoginPage |
render(RenderTime timer)
Page renderer verifies the page has rendered
by checking all elements are visible and loaded.
|
basicRender, disbaleFileUploadFlash, findButton, getCopyRight, getLogin, getNav, getPageTitle, getSearch, isLoggedIn, isLogoPresent, isTitlePresent, panelExistsclose, getDrone, getScreenShot, getTitle, isBrowserTitlepublic LoginPage(WebDrone drone)
public LoginPage render(RenderTime timer) throws PageException
HtmlPageRenderTime.timer - RenderTime time to waitHtmlPage page object responsePageExceptionpublic LoginPage render() throws PageException
HtmlPageHtmlPage object responsePageExceptionpublic LoginPage render(long time) throws PageException
HtmlPagetime - waiting timeHtmlPage page object responsePageExceptionpublic boolean exists()
Copyright © 2012. All Rights Reserved.