Class HtmlPage


  • public abstract class HtmlPage
    extends WebDriverAware
    Basic implementation of HtmlPage
    Author:
    Paul.Brodner
    • Field Detail

      • LOG

        protected final org.slf4j.Logger LOG
    • Constructor Detail

      • HtmlPage

        public HtmlPage()
    • Method Detail

      • renderedPage

        public HtmlPage renderedPage()
      • getPageTitle

        public java.lang.String 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()