Package org.alfresco.utility.web
Class HtmlPage
java.lang.Object
org.alfresco.utility.web.browser.WebDriverAware
org.alfresco.utility.web.HtmlPage
Basic implementation of HtmlPage
- Author:
- Paul.Brodner
-
Field Summary
FieldsFields inherited from class org.alfresco.utility.web.browser.WebDriverAware
browser -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the title of the current pagevoidrefresh()voidMethod for wait while balloon message about some changes hide.Methods inherited from class org.alfresco.utility.web.browser.WebDriverAware
getAllDeclaredFields, getBrowser, setBrowser
-
Field Details
-
LOG
protected final org.slf4j.Logger LOG -
properties
-
-
Constructor Details
-
HtmlPage
public HtmlPage()
-
-
Method Details
-
renderedPage
-
getPageTitle
Get the title of the current page- Returns:
-
waitUntilMessageDisappears
public void waitUntilMessageDisappears()Method for wait while balloon message about some changes hide. -
refresh
public void refresh()
-