Class WebDriverHttpFetcherConfig

    • Constructor Detail

      • WebDriverHttpFetcherConfig

        public WebDriverHttpFetcherConfig()
    • Method Detail

      • getBrowser

        public Browser getBrowser()
      • setBrowser

        public void setBrowser​(Browser driverName)
      • getDriverPath

        public Path getDriverPath()
      • setDriverPath

        public void setDriverPath​(Path driverPath)
      • getBrowserPath

        public Path getBrowserPath()
      • setBrowserPath

        public void setBrowserPath​(Path binaryPath)
      • setHttpSnifferConfig

        public void setHttpSnifferConfig​(HttpSnifferConfig httpSnifferConfig)
      • getCapabilities

        public org.openqa.selenium.MutableCapabilities getCapabilities()
      • getArguments

        public List<String> getArguments()
        Gets optional arguments passed to the browser if it supports arguments.
        Returns:
        arguments
        Since:
        3.1.0
      • getWindowSize

        public Dimension getWindowSize()
      • setWindowSize

        public void setWindowSize​(Dimension windowSize)
      • getEarlyPageScript

        public String getEarlyPageScript()
      • setEarlyPageScript

        public void setEarlyPageScript​(String initScript)
      • getLatePageScript

        public String getLatePageScript()
      • setLatePageScript

        public void setLatePageScript​(String pageScript)
      • getPageLoadTimeout

        public long getPageLoadTimeout()
      • setPageLoadTimeout

        public void setPageLoadTimeout​(long pageLoadTimeout)
      • getImplicitlyWait

        public long getImplicitlyWait()
      • setImplicitlyWait

        public void setImplicitlyWait​(long implicitlyWait)
      • getScriptTimeout

        public long getScriptTimeout()
      • setScriptTimeout

        public void setScriptTimeout​(long scriptTimeout)
      • getWaitForElementSelector

        public String getWaitForElementSelector()
      • setWaitForElementSelector

        public void setWaitForElementSelector​(String waitForElementSelector)
      • getWaitForElementTimeout

        public long getWaitForElementTimeout()
      • setWaitForElementTimeout

        public void setWaitForElementTimeout​(long waitForElementTimeout)
      • getThreadWait

        public long getThreadWait()
      • setThreadWait

        public void setThreadWait​(long threadWait)
      • getRemoteURL

        public URL getRemoteURL()
      • setRemoteURL

        public void setRemoteURL​(URL remoteURL)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object