Class HtmlPage


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

    • LOG

      protected final org.slf4j.Logger LOG
    • properties

      @Autowired protected TasProperties properties
  • Constructor Details

    • HtmlPage

      public HtmlPage()
  • Method Details

    • renderedPage

      public HtmlPage renderedPage()
    • getPageTitle

      public 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()