Package com.facilita.fc.selenium
Class HtmlUnitDriver
- java.lang.Object
-
- org.openqa.selenium.htmlunit.HtmlUnitDriver
-
- com.facilita.fc.selenium.HtmlUnitDriver
-
- All Implemented Interfaces:
HasCapabilities
,HasInputDevices
,FindsByClassName
,FindsByCssSelector
,FindsById
,FindsByLinkText
,FindsByName
,FindsByTagName
,FindsByXPath
,JavascriptExecutor
,SearchContext
,WebDriver
public class HtmlUnitDriver extends org.openqa.selenium.htmlunit.HtmlUnitDriver
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openqa.selenium.htmlunit.HtmlUnitDriver
org.openqa.selenium.htmlunit.HtmlUnitDriver.HtmlUnitWindow, org.openqa.selenium.htmlunit.HtmlUnitDriver.JavaScriptResultsCollection
-
Nested classes/interfaces inherited from interface org.openqa.selenium.WebDriver
WebDriver.ImeHandler, WebDriver.Navigation, WebDriver.Options, WebDriver.TargetLocator, WebDriver.Timeouts, WebDriver.Window
-
-
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
-
-