Class WebDriverHandler<T>

    • Constructor Detail

      • WebDriverHandler

        protected WebDriverHandler​(Session session)
    • Method Detail

      • handle

        public final T handle()
                       throws java.lang.Exception
        Specified by:
        handle in interface RestishHandler<T>
        Throws:
        java.lang.Exception
      • getSessionId

        public org.openqa.selenium.remote.SessionId getSessionId()
      • getScreenshot

        public java.lang.String getScreenshot()
      • getDriver

        protected org.openqa.selenium.WebDriver getDriver()
      • getSession

        protected Session getSession()
      • newBySelector

        protected BySelector newBySelector()
      • getUnwrappedDriver

        protected org.openqa.selenium.WebDriver getUnwrappedDriver()