Class WebDriverBrowser.CustomDriverOptions

java.lang.Object
org.openqa.selenium.MutableCapabilities
org.openqa.selenium.remote.AbstractDriverOptions<WebDriverBrowser.CustomDriverOptions>
com.norconex.crawler.web.fetch.impl.webdriver.WebDriverBrowser.CustomDriverOptions
All Implemented Interfaces:
Serializable, org.openqa.selenium.Capabilities
Enclosing class:
WebDriverBrowser

public static class WebDriverBrowser.CustomDriverOptions extends org.openqa.selenium.remote.AbstractDriverOptions<WebDriverBrowser.CustomDriverOptions>
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Object
    getExtraCapability(String capabilityName)
     
    protected Set<String>
     

    Methods inherited from class org.openqa.selenium.remote.AbstractDriverOptions

    asMap, getCapability, getCapabilityNames, setAcceptInsecureCerts, setBrowserVersion, setEnableDownloads, setImplicitWaitTimeout, setPageLoadStrategy, setPageLoadTimeout, setPlatformName, setProxy, setScriptTimeout, setStrictFileInteractability, setUnhandledPromptBehaviour

    Methods inherited from class org.openqa.selenium.MutableCapabilities

    equals, hashCode, merge, setCapability, setCapability, setCapability, setCapability, toJson, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.openqa.selenium.Capabilities

    get, getBrowserName, getBrowserVersion, getPlatformName, is, required
  • Constructor Details

    • CustomDriverOptions

      public CustomDriverOptions()
  • Method Details