Class AbstractAccountPage<I>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected I accountInfo
      The account information to open from and update with this Selenium page
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractAccountPage​(org.openqa.selenium.WebDriver driver, I accountInfo)
      Creates a new Selenium account web page for the given account
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      protected abstract void open()
      Open the account page for the given account
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • accountInfo

        protected final I accountInfo
        The account information to open from and update with this Selenium page
    • Constructor Detail

      • AbstractAccountPage

        protected AbstractAccountPage​(org.openqa.selenium.WebDriver driver,
                                      I accountInfo)
        Creates a new Selenium account web page for the given account
        Parameters:
        driver - the Selenium driver
        accountInfo - the account for this page
    • Method Detail

      • open

        protected abstract void open()
                              throws WebSiteException
        Open the account page for the given account
        Throws:
        WebSiteException - in case the page cannot be opened