Class AbstractPrimePage


  • public abstract class AbstractPrimePage
    extends Object
    • Constructor Detail

      • AbstractPrimePage

        public AbstractPrimePage()
    • Method Detail

      • getBaseLocation

        public String getBaseLocation()
      • getLocation

        public abstract String getLocation()
      • goTo

        public void goTo()
      • isAt

        public boolean isAt()
      • getWebDriver

        public org.openqa.selenium.WebDriver getWebDriver()
      • setWebDriver

        public void setWebDriver​(org.openqa.selenium.WebDriver webDriver)
      • getWebStorage

        public org.openqa.selenium.html5.WebStorage getWebStorage()
        Get WebStorage of WebDriver.
        Returns:
        Returns WebStorage of WebDriver when this feature is supported by the browser. Some browsers like Safari (as of january 2021) do not support WebStorage via WebDriver. In this case null is returned.