Class HtmlUnitDriver

    • Field Summary

      • Fields inherited from class org.openqa.selenium.htmlunit.HtmlUnitDriver

        INVALIDSELECTIONERROR, INVALIDXPATHERROR
    • Constructor Summary

      Constructors 
      Constructor Description
      HtmlUnitDriver​(com.gargoylesoftware.htmlunit.BrowserVersion version)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected com.gargoylesoftware.htmlunit.WebClient modifyWebClient​(com.gargoylesoftware.htmlunit.WebClient client)  
      • Methods inherited from class org.openqa.selenium.htmlunit.HtmlUnitDriver

        assertElementNotStale, close, executeAsyncScript, executeScript, findElement, findElementByClassName, findElementByCssSelector, findElementById, findElementByLinkText, findElementByName, findElementByPartialLinkText, findElementByTagName, findElementByXPath, findElements, findElementsByClassName, findElementsByCssSelector, findElementsById, findElementsByLinkText, findElementsByName, findElementsByPartialLinkText, findElementsByTagName, findElementsByXPath, get, get, getBrowserVersion, getCapabilities, getCurrentUrl, getCurrentWindow, getKeyboard, getMouse, getPageSource, getTitle, getWebClient, getWindowHandle, getWindowHandles, implicitlyWaitFor, isJavascriptEnabled, lastPage, manage, navigate, newHtmlUnitWebElement, newWebClient, pickWindow, quit, setAutoProxy, setHTTPProxy, setJavascriptEnabled, setProxy, setProxySettings, setSocksProxy, setSocksProxy, switchTo
      • Methods inherited from class java.lang.Object

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

      • HtmlUnitDriver

        public HtmlUnitDriver​(com.gargoylesoftware.htmlunit.BrowserVersion version)
    • Method Detail

      • modifyWebClient

        protected com.gargoylesoftware.htmlunit.WebClient modifyWebClient​(com.gargoylesoftware.htmlunit.WebClient client)
        Overrides:
        modifyWebClient in class org.openqa.selenium.htmlunit.HtmlUnitDriver