A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes All Packages

A

accept() - Method in class org.openqa.selenium.htmlunit.HtmlUnitAlert
 
ACCEPT_ENCODING_HEADER - org.openqa.selenium.htmlunit.options.BrowserVersionTrait
Returns the value used by the browser for the Accept-Encoding header.
ACCEPT_LANGUAGE_HEADER - org.openqa.selenium.htmlunit.options.BrowserVersionTrait
Returns the value used by the browser for the Accept-Language header.
Action - Class in org.openqa.selenium.htmlunit.w3
An action object constructed with arguments id, type, and subtype represents a single low-level WebDriver action as defined by the W3C WebDriver Actions specification.
Action(String, String, String) - Constructor for class org.openqa.selenium.htmlunit.w3.Action
Creates a new WebDriver action object.
activeElement() - Method in class org.openqa.selenium.htmlunit.HtmlUnitTargetLocator
 
addCookie(Cookie) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver.HtmlUnitWebDriverOptions
 
addIfAbsent(HtmlUnitDriver, DomElement) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver.ElementsMap
Returns an existing HtmlUnitWebElement wrapper for the given DomElement, or creates and registers a new one if none exists.
alert() - Method in class org.openqa.selenium.htmlunit.HtmlUnitTargetLocator
 
Algorithms - Class in org.openqa.selenium.htmlunit.w3
To follow the spec as close as possible we have this collection of mehtods and no object oriented design.
APPLICATION_CODE_NAME - org.openqa.selenium.htmlunit.options.BrowserVersionTrait
Returns the application code name, for example "Mozilla".
APPLICATION_MINOR_VERSION - org.openqa.selenium.htmlunit.options.BrowserVersionTrait
Returns the application minor version, for example "0".
APPLICATION_NAME - org.openqa.selenium.htmlunit.options.BrowserVersionTrait
Returns the application name, for example "Microsoft Internet Explorer".
APPLICATION_VERSION - org.openqa.selenium.htmlunit.options.BrowserVersionTrait
Returns the application version, for example "4.0 (compatible; MSIE 6.0b; Windows 98)".
apply(Object, BrowserVersion.BrowserVersionBuilder) - Method in enum org.openqa.selenium.htmlunit.options.BrowserVersionTrait
Apply the specified value for this trait into the provided browser version builder.
applyOptions(WebClientOptions) - Method in class org.openqa.selenium.htmlunit.options.HtmlUnitDriverOptions
Apply values from this HtmlUnitDriver options object to the specifies target.
applyPropertyTo(Map<String, Object>) - Method in enum org.openqa.selenium.htmlunit.options.BrowserVersionTrait
Apply the value of the system property associated with this trait to the specified options map.
applyPropertyTo(Map<String, Object>) - Method in enum org.openqa.selenium.htmlunit.options.HtmlUnitOption
Applies this option's value to the given options map.
applyPropertyTo(Map<String, Object>) - Method in interface org.openqa.selenium.htmlunit.options.OptionEnum
Applies this option's value to the given options map.
assertElementNotStale() - Method in class org.openqa.selenium.htmlunit.HtmlUnitWebElement
Verifies that this element is not stale.
assertElementNotStale(DomElement) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Verifies that the provided DomElement is still attached to the current page and therefore safe for user interaction.

B

BROWSER_LANGUAGE - org.openqa.selenium.htmlunit.options.BrowserVersionTrait
Returns the browser language, for example "en-US".
BROWSER_LANGUAGE_CAPABILITY - Static variable in class org.openqa.selenium.htmlunit.HtmlUnitDriver
BROWSER_LANGUAGE_CAPABILITY = "browserLanguage".
BROWSER_VERSION - Static variable in class org.openqa.selenium.htmlunit.options.HtmlUnitDriverOptions
Key used to store the browser version in a Capabilities object.
BrowserVersionDeterminer - Class in org.openqa.selenium.htmlunit
Determines the appropriate BrowserVersion to use based on system properties, capabilities, or other configuration sources.
BrowserVersionTrait - Enum in org.openqa.selenium.htmlunit.options
Defines traits of a BrowserVersion that can be configured or queried.
BrowserVersionTraitNames - Interface in org.openqa.selenium.htmlunit.options
 
build() - Method in class org.openqa.selenium.htmlunit.options.ProxyConfigBean
Builds a ProxyConfig object from this bean.
buildHtmlUnitAction() - Method in class org.openqa.selenium.htmlunit.w3.Action
Converts this WebDriver action object into an HtmlUnit-specific input action.

C

clear() - Method in class org.openqa.selenium.htmlunit.HtmlUnitWebElement
 
click() - Method in class org.openqa.selenium.htmlunit.HtmlUnitWebElement
 
click(DomElement, boolean) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Performs a click operation on the specified element.
click(Coordinates) - Method in class org.openqa.selenium.htmlunit.HtmlUnitMouse
Performs a mouse click on the element represented by the given Coordinates.
close() - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
 
CONNECTION_TIME_TO_LIVE - org.openqa.selenium.htmlunit.options.HtmlUnitOption
Sets the connTimeToLive (in milliseconds) of the HttpClient connection pool.
contextClick(Coordinates) - Method in class org.openqa.selenium.htmlunit.HtmlUnitMouse
Performs a context (right) click on the element identified by the given Coordinates.
createUrl() - Method in class org.openqa.selenium.htmlunit.options.KeyStoreBean
Creates a URL object from the key store URL string.
CSS_ACCEPT_HEADER - org.openqa.selenium.htmlunit.options.BrowserVersionTrait
Returns the value used by the browser for the Accept header if requesting a CSS declaration.
CSS_ENABLED - org.openqa.selenium.htmlunit.options.HtmlUnitOption
Enables/disables CSS support.

D

decode(Object) - Method in enum org.openqa.selenium.htmlunit.options.BrowserVersionTrait
Decode the specified value according to the type of this trait.
decode(Object) - Method in enum org.openqa.selenium.htmlunit.options.HtmlUnitOption
Decode the specified value according to the type of this option.
decode(Object) - Method in interface org.openqa.selenium.htmlunit.options.OptionEnum
Decodes a value from its stored or transmitted form back into the option's native type.
defaultContent() - Method in class org.openqa.selenium.htmlunit.HtmlUnitTargetLocator
 
deleteAllCookies() - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver.HtmlUnitWebDriverOptions
 
deleteCookie(Cookie) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver.HtmlUnitWebDriverOptions
 
deleteCookieNamed(String) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver.HtmlUnitWebDriverOptions
 
determine(Capabilities) - Static method in class org.openqa.selenium.htmlunit.BrowserVersionDeterminer
Determine browser by its capabilities.
dismiss() - Method in class org.openqa.selenium.htmlunit.HtmlUnitAlert
 
dispatchActions(List<List<Action>>, HtmlUnitInputProcessor) - Static method in class org.openqa.selenium.htmlunit.w3.Algorithms
 
DO_NOT_TRACK_ENABLED - org.openqa.selenium.htmlunit.options.HtmlUnitOption
Enables/disables "Do Not Track" support.
doubleClick(DomElement) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Performs a double-click on the specified element.
doubleClick(Coordinates) - Method in class org.openqa.selenium.htmlunit.HtmlUnitMouse
Performs a double-click action on the element identified by the given Coordinates.
DOWNLOAD_IMAGES - org.openqa.selenium.htmlunit.options.HtmlUnitOption
Sets whether or not to automatically download images.
DOWNLOAD_IMAGES_CAPABILITY - Static variable in class org.openqa.selenium.htmlunit.HtmlUnitDriver
DOWNLOAD_IMAGES_CAPABILITY = "downloadImages".

E

ElementsMap() - Constructor for class org.openqa.selenium.htmlunit.HtmlUnitDriver.ElementsMap
Creates a new, empty ElementsMap.
encode(Object) - Method in enum org.openqa.selenium.htmlunit.options.BrowserVersionTrait
Encode the specified value according to the type of this trait.
encode(Object) - Method in enum org.openqa.selenium.htmlunit.options.HtmlUnitOption
Encode the specified value according to the type of this option.
encode(Object) - Method in interface org.openqa.selenium.htmlunit.options.OptionEnum
Encodes a value into a format suitable for storing or sending to the driver.
encodeProxyConfig(ProxyConfig) - Static method in class org.openqa.selenium.htmlunit.options.ProxyConfigBean
Encodes a ProxyConfig object into a Map representation.
enqueuAction(Action) - Method in class org.openqa.selenium.htmlunit.HtmlUnitInputProcessor
Builds and enqueues an HtmlUnitInputProcessor.HtmlUnitAction created from the provided W3C WebDriver Action.
ensureUnlocked() - Method in class org.openqa.selenium.htmlunit.HtmlUnitAlert
Ensures that any active alert is handled according to the configured UnexpectedAlertBehaviour.
equals(Object) - Method in class org.openqa.selenium.htmlunit.HtmlUnitWebElement
 
Error - Class in org.openqa.selenium.htmlunit.w3
Errors are represented in the WebDriver protocol by an HTTP response with an HTTP status in the 4xx or 5xx range, and a JSON body containing details of the error.
Error(String, String, String) - Constructor for class org.openqa.selenium.htmlunit.w3.Error
Ctor.
executeAsyncScript(String, Object...) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
 
executeScript(String, Object...) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
 
extractActionSequence(Collection<Sequence>) - Static method in class org.openqa.selenium.htmlunit.w3.Algorithms
 

F

FETCH_POLYFILL_ENABLED - org.openqa.selenium.htmlunit.options.HtmlUnitOption
Sets whether or not fetch polyfill should be used.
FILE_PROTOCOL_FOR_XMLHTTPREQUESTS_ALLOWED - org.openqa.selenium.htmlunit.options.HtmlUnitOption
Sets whether or not the file protocol is allowed for XMLHttpRequests.
FindByClassName() - Constructor for class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.FindByClassName
 
FindByCssSelector() - Constructor for class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.FindByCssSelector
 
FindByID() - Constructor for class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.FindByID
 
FindByLinkText() - Constructor for class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.FindByLinkText
 
FindByName() - Constructor for class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.FindByName
 
FindByPartialLinkText() - Constructor for class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.FindByPartialLinkText
 
FindByRelativeLocator() - Constructor for class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.FindByRelativeLocator
 
FindByTagName() - Constructor for class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.FindByTagName
 
FindByXPath() - Constructor for class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.FindByXPath
 
findElement(By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
 
findElement(By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitWebElement
 
findElement(HtmlUnitDriver, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.FindByCssSelector
 
findElement(HtmlUnitDriver, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.FindByID
 
findElement(HtmlUnitDriver, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.FindByTagName
 
findElement(HtmlUnitDriver, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.FindByXPath
 
findElement(HtmlUnitDriver, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder
Finds a single WebElement on the current page using the specified locator.
findElement(HtmlUnitDriver, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.HtmlUnitElementLocator
Finds a single element on the given page using the provided locator.
findElement(HtmlUnitWebElement, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Locates a single WebElement using the given search context and selector.
findElement(HtmlUnitWebElement, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.FindByCssSelector
 
findElement(HtmlUnitWebElement, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.FindByID
 
findElement(HtmlUnitWebElement, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.FindByTagName
 
findElement(HtmlUnitWebElement, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.FindByXPath
 
findElement(HtmlUnitWebElement, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder
Finds a single WebElement within the context of the specified parent element.
findElement(HtmlUnitWebElement, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.HtmlUnitElementLocator
Finds a single element within a specific HtmlUnitWebElement.
findElements(By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
 
findElements(By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitWebElement
 
findElements(HtmlUnitDriver, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.FindByClassName
 
findElements(HtmlUnitDriver, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.FindByCssSelector
 
findElements(HtmlUnitDriver, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.FindByID
 
findElements(HtmlUnitDriver, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.FindByLinkText
 
findElements(HtmlUnitDriver, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.FindByName
 
findElements(HtmlUnitDriver, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.FindByPartialLinkText
 
findElements(HtmlUnitDriver, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.FindByRelativeLocator
 
findElements(HtmlUnitDriver, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.FindByTagName
 
findElements(HtmlUnitDriver, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.FindByXPath
 
findElements(HtmlUnitDriver, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder
Finds all WebElement instances on the current page matching the specified locator.
findElements(HtmlUnitDriver, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.HtmlUnitElementLocator
Finds multiple elements on the given page using the provided locator.
findElements(HtmlUnitWebElement, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Locates all WebElements matching the given selector within the provided search context.
findElements(HtmlUnitWebElement, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.FindByClassName
 
findElements(HtmlUnitWebElement, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.FindByCssSelector
 
findElements(HtmlUnitWebElement, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.FindByID
 
findElements(HtmlUnitWebElement, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.FindByLinkText
 
findElements(HtmlUnitWebElement, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.FindByName
 
findElements(HtmlUnitWebElement, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.FindByPartialLinkText
 
findElements(HtmlUnitWebElement, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.FindByRelativeLocator
 
findElements(HtmlUnitWebElement, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.FindByTagName
 
findElements(HtmlUnitWebElement, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.FindByXPath
 
findElements(HtmlUnitWebElement, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder
Finds all WebElement instances within the context of the specified parent element.
findElements(HtmlUnitWebElement, By) - Method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.HtmlUnitElementLocator
Finds multiple elements within a specific HtmlUnitWebElement.
frame(int) - Method in class org.openqa.selenium.htmlunit.HtmlUnitTargetLocator
 
frame(String) - Method in class org.openqa.selenium.htmlunit.HtmlUnitTargetLocator
 
frame(WebElement) - Method in class org.openqa.selenium.htmlunit.HtmlUnitTargetLocator
 
fromCapabilityKey(String) - Static method in enum org.openqa.selenium.htmlunit.options.BrowserVersionTrait
Returns the BrowserVersionTrait corresponding to the given capability key.
fromCapabilityKey(String) - Static method in enum org.openqa.selenium.htmlunit.options.HtmlUnitOption
Get the enumerated constant for the specified option key name.
fromPropertyName(String) - Static method in enum org.openqa.selenium.htmlunit.options.BrowserVersionTrait
Returns the BrowserVersionTrait corresponding to the given property name.
fromPropertyName(String) - Static method in enum org.openqa.selenium.htmlunit.options.HtmlUnitOption
Get the enumerated constant for the specified system property name.
fullscreen() - Method in class org.openqa.selenium.htmlunit.HtmlUnitWindow
 

G

GEOLOCATION_ENABLED - org.openqa.selenium.htmlunit.options.HtmlUnitOption
Enables/disables geo-location support.
get(String) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
 
get(String) - Method in class org.openqa.selenium.htmlunit.logging.HtmlUnitLogs
 
get(URL) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Allows HtmlUnit's about:blank to be loaded in the constructor, and may be useful for other tests?
getAlert() - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Returns the current HtmlUnitAlert associated with this context.
getAttribute(String) - Method in class org.openqa.selenium.htmlunit.HtmlUnitWebElement
 
getAutoConfigUrl() - Method in class org.openqa.selenium.htmlunit.options.ProxyConfigBean
Returns the auto-configuration URL.
getAuxiliary() - Method in class org.openqa.selenium.htmlunit.HtmlUnitWebElement
 
getAvailableLogTypes() - Method in class org.openqa.selenium.htmlunit.logging.HtmlUnitLogs
 
getBrowserVersion() - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Get the simulated BrowserVersion.
getBrowserVersion() - Method in class org.openqa.selenium.htmlunit.options.HtmlUnitDriverOptions
 
getBrowserVersion(Capabilities) - Static method in class org.openqa.selenium.htmlunit.BrowserVersionDeterminer
Retrieves the browser version string from the given Capabilities.
getButton() - Method in class org.openqa.selenium.htmlunit.HtmlUnitInputProcessor.PointerHtmlUnitAction
Returns the mouse button associated with this action.
getButton() - Method in class org.openqa.selenium.htmlunit.w3.Action
Returns the pointer button associated with a pointerDown or pointerUp action.
getBypassHosts() - Method in class org.openqa.selenium.htmlunit.options.ProxyConfigBean
Returns the list of bypass hosts.
getBypassHosts(int) - Method in class org.openqa.selenium.htmlunit.options.ProxyConfigBean
Returns a bypass host at the specified index.
getCapabilities() - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
 
getCapability(String) - Method in class org.openqa.selenium.htmlunit.options.HtmlUnitDriverOptions
 
getCapabilityKey() - Method in enum org.openqa.selenium.htmlunit.options.BrowserVersionTrait
 
getCapabilityKey() - Method in enum org.openqa.selenium.htmlunit.options.HtmlUnitOption
 
getCapabilityKey() - Method in interface org.openqa.selenium.htmlunit.options.OptionEnum
Returns the capability key associated with this option.
getCookieNamed(String) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver.HtmlUnitWebDriverOptions
 
getCookies() - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver.HtmlUnitWebDriverOptions
 
getCoordinates() - Method in class org.openqa.selenium.htmlunit.HtmlUnitWebElement
 
getCssValue(String) - Method in class org.openqa.selenium.htmlunit.HtmlUnitWebElement
 
getCurrentUrl() - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
 
getCurrentWindow() - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Returns the current HtmlUnitWindow used by this driver.
getDefaultValue() - Method in enum org.openqa.selenium.htmlunit.options.BrowserVersionTrait
 
getDefaultValue() - Method in enum org.openqa.selenium.htmlunit.options.HtmlUnitOption
 
getDefaultValue() - Method in interface org.openqa.selenium.htmlunit.options.OptionEnum
Returns the default value of this option.
getDomAttribute(String) - Method in class org.openqa.selenium.htmlunit.HtmlUnitWebElement
 
getDomElement() - Method in class org.openqa.selenium.htmlunit.w3.Action
Returns the DOM element associated with this action, if any.
getDomProperty(String) - Method in class org.openqa.selenium.htmlunit.HtmlUnitWebElement
 
getDriver() - Method in class org.openqa.selenium.htmlunit.HtmlUnitWebElement
Returns the HtmlUnitDriver associated with this element.
getDuration() - Method in class org.openqa.selenium.htmlunit.w3.Action
Returns the duration associated with this action.
getElement() - Method in class org.openqa.selenium.htmlunit.HtmlUnitWebElement
Returns the underlying DomElement wrapped by this WebElement.
getElementsByTagName(String) - Method in class org.openqa.selenium.htmlunit.HtmlUnitWebElement
Deprecated.
It's not a part of WebDriver API
getElementsMap() - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Returns the HtmlUnitDriver.ElementsMap that tracks elements known to this context.
getExtraCapability(String) - Method in class org.openqa.selenium.htmlunit.options.HtmlUnitDriverOptions
 
getExtraCapabilityNames() - Method in class org.openqa.selenium.htmlunit.options.HtmlUnitDriverOptions
 
getHost() - Method in class org.openqa.selenium.htmlunit.options.ProxyConfigBean
Returns the proxy host.
getId() - Method in class org.openqa.selenium.htmlunit.HtmlUnitWebElement
Returns the unique identifier assigned to this element within the HtmlUnitDriver.
getImplicitWaitTimeout() - Method in class org.openqa.selenium.htmlunit.HtmlUnitTimeouts
 
getKeyboard() - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Returns the driver's keyboard implementation.
getLastPage(HtmlUnitDriver) - Method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.HtmlUnitElementLocator
Retrieves the last loaded SgmlPage from the driver.
getLength() - Method in interface org.openqa.selenium.htmlunit.HtmlUnitDriver.JavaScriptResultsCollection
Returns the number of items in the collection.
getLocation() - Method in class org.openqa.selenium.htmlunit.HtmlUnitWebElement
 
getMouse() - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Returns the driver's mouse implementation.
getOptionType() - Method in enum org.openqa.selenium.htmlunit.options.BrowserVersionTrait
 
getOptionType() - Method in enum org.openqa.selenium.htmlunit.options.HtmlUnitOption
 
getOptionType() - Method in interface org.openqa.selenium.htmlunit.options.OptionEnum
Returns the expected type of this option's value.
getPageLoadTimeout() - Method in class org.openqa.selenium.htmlunit.HtmlUnitTimeouts
 
getPageSource() - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
 
getPassword() - Method in class org.openqa.selenium.htmlunit.options.KeyStoreBean
Gets the password for the key store.
getPointerType() - Method in class org.openqa.selenium.htmlunit.w3.Action
Returns the pointer type for this action.
getPort() - Method in class org.openqa.selenium.htmlunit.options.ProxyConfigBean
Returns the proxy port.
getPosition() - Method in class org.openqa.selenium.htmlunit.HtmlUnitWindow
 
getPropertyName() - Method in enum org.openqa.selenium.htmlunit.options.BrowserVersionTrait
 
getPropertyName() - Method in enum org.openqa.selenium.htmlunit.options.HtmlUnitOption
 
getPropertyName() - Method in interface org.openqa.selenium.htmlunit.options.OptionEnum
Returns the property name for this option.
getRect() - Method in class org.openqa.selenium.htmlunit.HtmlUnitWebElement
 
getRemotable(By) - Static method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.HtmlUnitElementLocator
Converts a By locator to a By.Remotable locator.
getScheme() - Method in class org.openqa.selenium.htmlunit.options.ProxyConfigBean
Returns the proxy scheme.
getScreenshotAs(OutputType<X>) - Method in class org.openqa.selenium.htmlunit.HtmlUnitWebElement
 
getScriptTimeout() - Method in class org.openqa.selenium.htmlunit.HtmlUnitTimeouts
 
getSize() - Method in class org.openqa.selenium.htmlunit.HtmlUnitWebElement
 
getSize() - Method in class org.openqa.selenium.htmlunit.HtmlUnitWindow
 
getTagName() - Method in class org.openqa.selenium.htmlunit.HtmlUnitWebElement
 
getText() - Method in class org.openqa.selenium.htmlunit.HtmlUnitAlert
 
getText() - Method in class org.openqa.selenium.htmlunit.HtmlUnitWebElement
 
getTitle() - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
 
getType() - Method in class org.openqa.selenium.htmlunit.options.KeyStoreBean
Gets the type of the key store.
getUrl() - Method in class org.openqa.selenium.htmlunit.options.KeyStoreBean
Gets the key store URL as a string.
getValue() - Method in class org.openqa.selenium.htmlunit.w3.Action
Returns the key value associated with this action.
getValue(By) - Static method in class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.HtmlUnitElementLocator
Extracts the string value from a remotable By locator.
getWebClient() - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Returns the underlying WebClient used by this driver.
getWebClientVersion() - Method in class org.openqa.selenium.htmlunit.options.HtmlUnitDriverOptions
Returns the configured BrowserVersion used by the underlying WebClient.
getWebElement(String) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver.ElementsMap
Retrieves a previously registered HtmlUnitWebElement by its element ID.
getWebWindow() - Method in class org.openqa.selenium.htmlunit.HtmlUnitWindow
Returns the underlying WebWindow wrapped by this object.
getWindowHandle() - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
 
getWindowHandles() - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
 
getWrappedDriver() - Method in class org.openqa.selenium.htmlunit.HtmlUnitWebElement
 

H

handleBrowserCapabilities(Capabilities) - Method in class org.openqa.selenium.htmlunit.HtmlUnitAlert
Configures the behavior for unexpected alerts based on the given capabilities.
hashCode() - Method in class org.openqa.selenium.htmlunit.HtmlUnitWebElement
 
HISTORY_PAGE_CACHE_LIMIT - org.openqa.selenium.htmlunit.options.HtmlUnitOption
Sets the maximum number of pages to cache in history.
HISTORY_SIZE_LIMIT - org.openqa.selenium.htmlunit.options.HtmlUnitOption
Sets the maximum number of pages to cache in history.
HOME_PAGE - org.openqa.selenium.htmlunit.options.HtmlUnitOption
Sets the client's home page.
HTML_ACCEPT_HEADER - org.openqa.selenium.htmlunit.options.BrowserVersionTrait
Returns the value used by the browser for the Accept header if requesting a page.
HTMLUNIT_OPTIONS - Static variable in class org.openqa.selenium.htmlunit.options.HtmlUnitDriverOptions
Key used to store a set of HtmlUnitDriverOptions in a Capabilities object.
HtmlUnitAlert - Class in org.openqa.selenium.htmlunit
Provides an implementation of Alert for HtmlUnitDriver.
HtmlUnitDriver - Class in org.openqa.selenium.htmlunit
An implementation of WebDriver that drives HtmlUnit, which is a headless (GUI-less) browser simulator.
HtmlUnitDriver() - Constructor for class org.openqa.selenium.htmlunit.HtmlUnitDriver
Constructs a new instance with JavaScript disabled, and the default BrowserVersion.
HtmlUnitDriver(boolean) - Constructor for class org.openqa.selenium.htmlunit.HtmlUnitDriver
Constructs a new instance, specify JavaScript support and using the default BrowserVersion.
HtmlUnitDriver(BrowserVersion) - Constructor for class org.openqa.selenium.htmlunit.HtmlUnitDriver
Constructs a new instance with the specified BrowserVersion.
HtmlUnitDriver(BrowserVersion, boolean) - Constructor for class org.openqa.selenium.htmlunit.HtmlUnitDriver
Constructs a new instance with the specified BrowserVersion and the JavaScript support.
HtmlUnitDriver(Capabilities) - Constructor for class org.openqa.selenium.htmlunit.HtmlUnitDriver
The browserName is Browser.HTMLUNIT "htmlunit" and the browserVersion denotes the required browser AND its version.
HtmlUnitDriver(Capabilities, Capabilities) - Constructor for class org.openqa.selenium.htmlunit.HtmlUnitDriver
Constructs a new instance with the specified desired and required Capabilities.
HtmlUnitDriver.ElementsMap - Class in org.openqa.selenium.htmlunit
Maintains a bidirectional mapping between DomElement instances and their corresponding HtmlUnitWebElement wrappers.
HtmlUnitDriver.HtmlUnitWebDriverOptions - Class in org.openqa.selenium.htmlunit
Implementation of WebDriver.Options for HtmlUnitDriver.
HtmlUnitDriver.JavaScriptResultsCollection - Interface in org.openqa.selenium.htmlunit
Represents a JavaScript array-like result set returned from script execution.
HtmlUnitDriverOptions - Class in org.openqa.selenium.htmlunit.options
Class to manage options specific to HtmlUnitDriver.
HtmlUnitDriverOptions() - Constructor for class org.openqa.selenium.htmlunit.options.HtmlUnitDriverOptions
Default constructor.
HtmlUnitDriverOptions(Map<String, Object>) - Constructor for class org.openqa.selenium.htmlunit.options.HtmlUnitDriverOptions
Constructs HtmlUnitDriverOptions from a map of options.
HtmlUnitDriverOptions(BrowserVersion) - Constructor for class org.openqa.selenium.htmlunit.options.HtmlUnitDriverOptions
Constructs HtmlUnitDriverOptions with a specific BrowserVersion.
HtmlUnitDriverOptions(BrowserVersion, boolean) - Constructor for class org.openqa.selenium.htmlunit.options.HtmlUnitDriverOptions
Constructs HtmlUnitDriverOptions with a specific BrowserVersion and JavaScript support enabled/disabled.
HtmlUnitDriverOptions(Capabilities) - Constructor for class org.openqa.selenium.htmlunit.options.HtmlUnitDriverOptions
Constructs HtmlUnitDriverOptions from an existing Capabilities object.
HtmlUnitElementFinder - Class in org.openqa.selenium.htmlunit
 
HtmlUnitElementFinder.FindByClassName - Class in org.openqa.selenium.htmlunit
Locator strategy for finding elements by their CSS class name.
HtmlUnitElementFinder.FindByCssSelector - Class in org.openqa.selenium.htmlunit
Locator strategy for finding elements using CSS selectors.
HtmlUnitElementFinder.FindByID - Class in org.openqa.selenium.htmlunit
Locator strategy for finding elements by their id attribute.
HtmlUnitElementFinder.FindByLinkText - Class in org.openqa.selenium.htmlunit
Locator strategy for finding anchor elements (<a>) by their exact visible text.
HtmlUnitElementFinder.FindByName - Class in org.openqa.selenium.htmlunit
Locator strategy for finding elements by their name attribute.
HtmlUnitElementFinder.FindByPartialLinkText - Class in org.openqa.selenium.htmlunit
Locator strategy for finding anchor elements (<a>) by partial visible text.
HtmlUnitElementFinder.FindByRelativeLocator - Class in org.openqa.selenium.htmlunit
Locator implementation that handles RelativeLocator.RelativeBy selectors for finding elements relative to other elements.
HtmlUnitElementFinder.FindByTagName - Class in org.openqa.selenium.htmlunit
Locator strategy for finding elements by their tag name.
HtmlUnitElementFinder.FindByXPath - Class in org.openqa.selenium.htmlunit
Locator strategy for finding elements using XPath expressions.
HtmlUnitElementFinder.HtmlUnitElementLocator - Class in org.openqa.selenium.htmlunit
Base class for element locators used by HtmlUnitElementFinder.
HtmlUnitElementLocator() - Constructor for class org.openqa.selenium.htmlunit.HtmlUnitElementFinder.HtmlUnitElementLocator
 
HtmlUnitInputProcessor - Class in org.openqa.selenium.htmlunit
Processes and executes input-related HtmlUnitInputProcessor.HtmlUnitAction instances for a HtmlUnitDriver.
HtmlUnitInputProcessor(HtmlUnitDriver) - Constructor for class org.openqa.selenium.htmlunit.HtmlUnitInputProcessor
Creates a new input processor for the given driver.
HtmlUnitInputProcessor.HtmlUnitAction - Interface in org.openqa.selenium.htmlunit
Represents a low-level input action that can be executed by an HtmlUnitDriver.
HtmlUnitInputProcessor.KeyDownHtmlUnitAction - Class in org.openqa.selenium.htmlunit
An HtmlUnitInputProcessor.HtmlUnitAction that represents a key-down event.
HtmlUnitInputProcessor.KeySendHtmlUnitAction - Class in org.openqa.selenium.htmlunit
An HtmlUnitInputProcessor.HtmlUnitAction representing a complete key press sequence.
HtmlUnitInputProcessor.KeyUpHtmlUnitAction - Class in org.openqa.selenium.htmlunit
An HtmlUnitInputProcessor.HtmlUnitAction that represents a key-up event.
HtmlUnitInputProcessor.PointerDownHtmlUnitAction - Class in org.openqa.selenium.htmlunit
A pointer action that presses a specific mouse button.
HtmlUnitInputProcessor.PointerHtmlUnitAction - Class in org.openqa.selenium.htmlunit
Base class for pointer actions that operate on a specific button.
HtmlUnitInputProcessor.PointerMoveHtmlUnitAction - Class in org.openqa.selenium.htmlunit
An HtmlUnitInputProcessor.HtmlUnitAction that moves the pointer to the specified DomElement.
HtmlUnitInputProcessor.PointerUpHtmlUnitAction - Class in org.openqa.selenium.htmlunit
A pointer action that releases a specific mouse button.
HtmlUnitKeyboard - Class in org.openqa.selenium.htmlunit
Provides keyboard input handling for HtmlUnitDriver.
HtmlUnitKeyboardMapping - Class in org.openqa.selenium.htmlunit
Maps Keys to their KeyboardEvent constant.
HtmlUnitLogs - Class in org.openqa.selenium.htmlunit.logging
Implementation of the Logs interface for HtmlUnit-based drivers.
HtmlUnitLogs(WebClient) - Constructor for class org.openqa.selenium.htmlunit.logging.HtmlUnitLogs
Creates a new HtmlUnitLogs instance and configures the given WebClient to use an internal HtmlUnitLogs.HtmlUnitDriverLogger for WebConsole log output.
HtmlUnitMouse - Class in org.openqa.selenium.htmlunit
Provides basic mouse interaction support for HtmlUnitDriver.
HtmlUnitMouse(HtmlUnitDriver, HtmlUnitKeyboard) - Constructor for class org.openqa.selenium.htmlunit.HtmlUnitMouse
Creates a new HtmlUnitMouse bound to the given HtmlUnitDriver and HtmlUnitKeyboard.
HtmlUnitOption - Enum in org.openqa.selenium.htmlunit.options
 
HtmlUnitOptionNames - Interface in org.openqa.selenium.htmlunit.options
 
HtmlUnitTargetLocator - Class in org.openqa.selenium.htmlunit
Provides target–location functionality for HtmlUnitDriver, allowing navigation to frames, windows, alerts, and other browser contexts.
HtmlUnitTargetLocator(HtmlUnitDriver) - Constructor for class org.openqa.selenium.htmlunit.HtmlUnitTargetLocator
Creates a new HtmlUnitTargetLocator bound to the specified HtmlUnitDriver.
HtmlUnitTimeouts - Class in org.openqa.selenium.htmlunit
Implements the WebDriver.Timeouts interface for HtmlUnit.
HtmlUnitTimeouts() - Constructor for class org.openqa.selenium.htmlunit.HtmlUnitTimeouts
Default constructor for HtmlUnitTimeouts.
HtmlUnitTimeouts(WebClient) - Constructor for class org.openqa.selenium.htmlunit.HtmlUnitTimeouts
Constructs an HtmlUnitTimeouts instance associated with the given WebClient.
HtmlUnitWebDriverOptions(HtmlUnitDriver) - Constructor for class org.openqa.selenium.htmlunit.HtmlUnitDriver.HtmlUnitWebDriverOptions
Creates a new HtmlUnitWebDriverOptions bound to the given driver.
HtmlUnitWebElement - Class in org.openqa.selenium.htmlunit
Represents an HTML element in the context of HtmlUnitDriver.
HtmlUnitWebElement(HtmlUnitDriver, int, DomElement) - Constructor for class org.openqa.selenium.htmlunit.HtmlUnitWebElement
Constructs a new HtmlUnitWebElement that wraps the given DomElement.
HtmlUnitWindow - Class in org.openqa.selenium.htmlunit
 
HtmlUnitWindow(WebWindow) - Constructor for class org.openqa.selenium.htmlunit.HtmlUnitWindow
Constructs a new HtmlUnitWindow wrapping the given WebWindow.

I

IMG_ACCEPT_HEADER - org.openqa.selenium.htmlunit.options.BrowserVersionTrait
Returns the value used by the browser for the Accept header if requesting an image.
implicitlyWait(Duration) - Method in class org.openqa.selenium.htmlunit.HtmlUnitTimeouts
 
implicitlyWaitFor(Callable<X>) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Executes the given condition using Selenium-style implicit wait semantics.
importOptions(WebClientOptions) - Method in class org.openqa.selenium.htmlunit.options.HtmlUnitDriverOptions
Import values from the specified source into this HtmlUnitDriver options object.
InputKeysContainer - Class in org.openqa.selenium.htmlunit
Converts a group of character sequences to a string to be sent by sendKeys.
InputKeysContainer(boolean, CharSequence...) - Constructor for class org.openqa.selenium.htmlunit.InputKeysContainer
Creates a new InputKeysContainer containing the specified character sequences, with the option to trim content after the first ENTER or RETURN key.
InputKeysContainer(CharSequence...) - Constructor for class org.openqa.selenium.htmlunit.InputKeysContainer
Creates a new InputKeysContainer containing the specified character sequences.
insert(WebClientOptions, Object) - Method in enum org.openqa.selenium.htmlunit.options.HtmlUnitOption
Insert the specified value for this option into the provided web client options object.
inViewPort() - Method in class org.openqa.selenium.htmlunit.HtmlUnitWebElement
 
IS_ONLINE - org.openqa.selenium.htmlunit.options.BrowserVersionTrait
Returns true if the browser is currently online.
IS_REDIRECT_ENABLED - org.openqa.selenium.htmlunit.options.HtmlUnitOption
Sets whether or not redirections will be followed automatically on receipt of a redirect status code from the server.
isAcceptInsecureCerts() - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Indicates whether insecure SSL/TLS certificates are accepted.
isAltPressed() - Method in class org.openqa.selenium.htmlunit.HtmlUnitKeyboard
Returns whether the Alt key is currently pressed according to the tracked modifier-key state.
isCtrlPressed() - Method in class org.openqa.selenium.htmlunit.HtmlUnitKeyboard
Returns whether the Control key is currently pressed according to the tracked modifier-key state.
isDefaultValue(Object) - Method in enum org.openqa.selenium.htmlunit.options.BrowserVersionTrait
Determine if the specified value matches the default for this trait.
isDefaultValue(Object) - Method in enum org.openqa.selenium.htmlunit.options.HtmlUnitOption
Determine if the specified value matches the default for this option.
isDefaultValue(Object) - Method in interface org.openqa.selenium.htmlunit.options.OptionEnum
Determines if the given value matches this option's default value.
isDisplayed() - Method in class org.openqa.selenium.htmlunit.HtmlUnitWebElement
 
isDownloadImages() - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Indicates whether automatic image downloading is enabled.
isDownloadImages() - Method in class org.openqa.selenium.htmlunit.options.HtmlUnitDriverOptions
Returns whether images are downloaded automatically.
isEnabled() - Method in class org.openqa.selenium.htmlunit.HtmlUnitWebElement
 
isJavascriptEnabled() - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Indicates whether JavaScript execution is enabled in the underlying WebClient.
isJavaScriptEnabled() - Method in class org.openqa.selenium.htmlunit.options.HtmlUnitDriverOptions
Returns whether JavaScript execution is enabled.
isPressed(char) - Method in class org.openqa.selenium.htmlunit.HtmlUnitKeyboard
Returns whether the specified character key is currently pressed.
isPressed(Keys) - Method in class org.openqa.selenium.htmlunit.HtmlUnitKeyboard
Returns whether the specified Keys value is currently pressed.
isSelected() - Method in class org.openqa.selenium.htmlunit.HtmlUnitWebElement
 
isShiftPressed() - Method in class org.openqa.selenium.htmlunit.HtmlUnitKeyboard
Returns whether the Shift key is currently pressed according to the tracked modifier-key state.
isSocksProxy() - Method in class org.openqa.selenium.htmlunit.options.ProxyConfigBean
Indicates if this is a SOCKS proxy.
item(int) - Method in interface org.openqa.selenium.htmlunit.HtmlUnitDriver.JavaScriptResultsCollection
Returns the item at the specified index within the collection.

J

JAVASCRIPT_ENABLED - org.openqa.selenium.htmlunit.options.HtmlUnitOption
Enables/disables JavaScript support.
JAVASCRIPT_ENABLED - Static variable in class org.openqa.selenium.htmlunit.HtmlUnitDriver
JAVASCRIPT_ENABLED = "javascriptEnabled".
join(HtmlUnitInputProcessor.HtmlUnitAction) - Method in interface org.openqa.selenium.htmlunit.HtmlUnitInputProcessor.HtmlUnitAction
Combines this action with a previous action, returning a new HtmlUnitInputProcessor.HtmlUnitAction that represents the joined sequence.
join(HtmlUnitInputProcessor.HtmlUnitAction) - Method in class org.openqa.selenium.htmlunit.HtmlUnitInputProcessor.KeyDownHtmlUnitAction
 
join(HtmlUnitInputProcessor.HtmlUnitAction) - Method in class org.openqa.selenium.htmlunit.HtmlUnitInputProcessor.KeySendHtmlUnitAction
 
join(HtmlUnitInputProcessor.HtmlUnitAction) - Method in class org.openqa.selenium.htmlunit.HtmlUnitInputProcessor.KeyUpHtmlUnitAction
 
join(HtmlUnitInputProcessor.HtmlUnitAction) - Method in class org.openqa.selenium.htmlunit.HtmlUnitInputProcessor.PointerDownHtmlUnitAction
 
join(HtmlUnitInputProcessor.HtmlUnitAction) - Method in class org.openqa.selenium.htmlunit.HtmlUnitInputProcessor.PointerMoveHtmlUnitAction
 
join(HtmlUnitInputProcessor.HtmlUnitAction) - Method in class org.openqa.selenium.htmlunit.HtmlUnitInputProcessor.PointerUpHtmlUnitAction
 

K

KeyDownHtmlUnitAction(String) - Constructor for class org.openqa.selenium.htmlunit.HtmlUnitInputProcessor.KeyDownHtmlUnitAction
Creates a new key-down action for the given key value.
KeySendHtmlUnitAction(String) - Constructor for class org.openqa.selenium.htmlunit.HtmlUnitInputProcessor.KeySendHtmlUnitAction
Creates a new key-send action for the given key value.
KeyStoreBean - Class in org.openqa.selenium.htmlunit.options
Represents a key store configuration.
KeyStoreBean() - Constructor for class org.openqa.selenium.htmlunit.options.KeyStoreBean
 
KeyUpHtmlUnitAction(String) - Constructor for class org.openqa.selenium.htmlunit.HtmlUnitInputProcessor.KeyUpHtmlUnitAction
Creates a new key-up action for the given key value.

L

lastPage() - Method in class org.openqa.selenium.htmlunit.HtmlUnitWindow
Returns the last page loaded in the wrapped WebWindow.
LOCAL_ADDRESS - org.openqa.selenium.htmlunit.options.HtmlUnitOption
Sets the local address to be used for request execution.
logs() - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver.HtmlUnitWebDriverOptions
 

M

manage() - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
 
MAX_IN_MEMORY - org.openqa.selenium.htmlunit.options.HtmlUnitOption
Sets the maximum bytes to have in memory, after which the content is saved to a temporary file.
NOTE: Set this to zero or -1 to deactivate the saving at all.
maximize() - Method in class org.openqa.selenium.htmlunit.HtmlUnitWindow
 
minimize() - Method in class org.openqa.selenium.htmlunit.HtmlUnitWindow
 
modifyWebClient(WebClient) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Child classes can override this method to customize the WebClient that the HtmlUnit driver uses.
mouseDown(DomElement) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Presses the primary mouse button over the specified element.
mouseDown(Coordinates) - Method in class org.openqa.selenium.htmlunit.HtmlUnitMouse
Performs a mouse-down (button press) action on the element indicated by the given Coordinates.
mouseMove(DomElement) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Moves the virtual mouse cursor to the specified element.
mouseMove(Coordinates) - Method in class org.openqa.selenium.htmlunit.HtmlUnitMouse
Moves the mouse cursor to the element referenced by the specified Coordinates.
mouseMove(Coordinates, long, long) - Method in class org.openqa.selenium.htmlunit.HtmlUnitMouse
Moves the mouse to the specified coordinates with an additional X/Y offset.
mouseUp(DomElement) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Releases the pressed mouse button over the specified element.
mouseUp(Coordinates) - Method in class org.openqa.selenium.htmlunit.HtmlUnitMouse
Performs a mouse-up (button release) action on the element indicated by the given Coordinates.

N

navigate() - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
 
newWebClient(BrowserVersion) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Create the underlying WebClient, but don't set any fields on it.
newWindow(WindowType) - Method in class org.openqa.selenium.htmlunit.HtmlUnitTargetLocator
 
NICKNAME - org.openqa.selenium.htmlunit.options.BrowserVersionTrait
Returns the nickname for the browser represented by this BrowserVersion.
NUMERIC_CODE - org.openqa.selenium.htmlunit.options.BrowserVersionTrait
Returns the numeric code for the browser represented by this BrowserVersion.

O

obtain(BrowserVersion) - Method in enum org.openqa.selenium.htmlunit.options.BrowserVersionTrait
Obtain the value for this trait from the specified browser version object.
obtain(WebClientOptions) - Method in enum org.openqa.selenium.htmlunit.options.HtmlUnitOption
Obtain the value for this option from the specified web client options object.
onPage() - Method in class org.openqa.selenium.htmlunit.HtmlUnitWebElement
 
onScreen() - Method in class org.openqa.selenium.htmlunit.HtmlUnitWebElement
 
openNewWindow() - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Opens a new, blank browser window and sets it as the driver's current window.
optAcceptEncodingHeader - Static variable in interface org.openqa.selenium.htmlunit.options.BrowserVersionTraitNames
"acceptEncodingHeader".
optAcceptLanguageHeader - Static variable in interface org.openqa.selenium.htmlunit.options.BrowserVersionTraitNames
"acceptLanguageHeader".
optApplicationCodeName - Static variable in interface org.openqa.selenium.htmlunit.options.BrowserVersionTraitNames
"applicationCodeName".
optApplicationMinorVersion - Static variable in interface org.openqa.selenium.htmlunit.options.BrowserVersionTraitNames
"applicationMinorVersion".
optApplicationName - Static variable in interface org.openqa.selenium.htmlunit.options.BrowserVersionTraitNames
"applicationName".
optApplicationVersion - Static variable in interface org.openqa.selenium.htmlunit.options.BrowserVersionTraitNames
"applicationVersion".
optBrowserLanguage - Static variable in interface org.openqa.selenium.htmlunit.options.BrowserVersionTraitNames
"browserLanguage".
optConnectionTimeToLive - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"connectionTimeToLive".
optCssAcceptHeader - Static variable in interface org.openqa.selenium.htmlunit.options.BrowserVersionTraitNames
"cssAcceptHeader".
optCssEnabled - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"cssEnabled".
optDoNotTrackEnabled - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"doNotTrackEnabled".
optDownloadImages - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"downloadImages".
optFetchPolyfillEnabled - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"fetchPolyfillEnabled".
optFileProtocolForXMLHttpRequestsAllowed - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"fileProtocolForXMLHttpRequestsAllowed".
optGeolocationEnabled - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"geolocationEnabled".
optHistoryPageCacheLimit - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"historyPageCacheLimit".
optHistorySizeLimit - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"historySizeLimit".
optHomePage - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"homePage".
optHtmlAcceptHeader - Static variable in interface org.openqa.selenium.htmlunit.options.BrowserVersionTraitNames
"htmlAcceptHeader".
optImgAcceptHeader - Static variable in interface org.openqa.selenium.htmlunit.options.BrowserVersionTraitNames
"imgAcceptHeader".
OptionEnum - Interface in org.openqa.selenium.htmlunit.options
Represents an enumerated option that can be configured on a driver.
optIsOnline - Static variable in interface org.openqa.selenium.htmlunit.options.BrowserVersionTraitNames
"isOnline".
optIsRedirectEnabled - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"isRedirectEnabled".
optJavaScriptEnabled - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"javascriptEnabled".
optLocalAddress - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"localAddress".
optMaxInMemory - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"maxInMemory".
optNickname - Static variable in interface org.openqa.selenium.htmlunit.options.BrowserVersionTraitNames
"nickname".
optNumericCode - Static variable in interface org.openqa.selenium.htmlunit.options.BrowserVersionTraitNames
"numericCode".
optPlatform - Static variable in interface org.openqa.selenium.htmlunit.options.BrowserVersionTraitNames
"platform".
optPopupBlockerEnabled - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"popupBlockerEnabled".
optPrintContentOnFailingStatusCode - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"printContentOnFailingStatusCode".
optProxyConfig - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"proxyConfig".
optScreenHeight - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"screenHeight".
optScreenWidth - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"screenWidth".
optScriptAcceptHeader - Static variable in interface org.openqa.selenium.htmlunit.options.BrowserVersionTraitNames
"scriptAcceptHeader".
optSecClientHintUserAgentHeader - Static variable in interface org.openqa.selenium.htmlunit.options.BrowserVersionTraitNames
"secClientHintUserAgentHeader".
optSecClientHintUserAgentPlatformHeader - Static variable in interface org.openqa.selenium.htmlunit.options.BrowserVersionTraitNames
"secClientHintUserAgentPlatformHeader".
optSslClientCertificatePassword - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"sslClientCertificatePassword".
optSslClientCertificateStore - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"sslClientCertificateStore".
optSslClientCertificateType - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"sslClientCertificateType".
optSslClientCipherSuites - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"sslClientCipherSuites".
optSslClientProtocols - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"sslClientProtocols".
optSslInsecureProtocol - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"sslInsecureProtocol".
optSslTrustStore - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"sslTrustStore".
optSslTrustStorePassword - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"sslTrustStorePassword".
optSslTrustStoreType - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"sslTrustStoreType".
optSystemTimezone - Static variable in interface org.openqa.selenium.htmlunit.options.BrowserVersionTraitNames
"systemTimezone".
optTempFileDirectory - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"tempFileDirectory".
optThrowExceptionOnFailingStatusCode - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"throwExceptionOnFailingStatusCode".
optThrowExceptionOnScriptError - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"throwExceptionOnScriptError".
optTimeout - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"timeout".
optUseInsecureSSL - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"useInsecureSSL".
optUserAgent - Static variable in interface org.openqa.selenium.htmlunit.options.BrowserVersionTraitNames
"userAgent".
optVendor - Static variable in interface org.openqa.selenium.htmlunit.options.BrowserVersionTraitNames
"vendor".
optWebClientVersion - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"webClientVersion".
optWebSocketEnabled - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"webSocketEnabled".
optWebSocketMaxBinaryMessageBufferSize - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"webSocketMaxBinaryMessageBufferSize".
optWebSocketMaxBinaryMessageSize - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"webSocketMaxBinaryMessageSize".
optWebSocketMaxTextMessageBufferSize - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"webSocketMaxTextMessageBufferSize".
optWebSocketMaxTextMessageSize - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"webSocketMaxTextMessageSize".
optXmlHttpRequestAcceptHeader - Static variable in interface org.openqa.selenium.htmlunit.options.BrowserVersionTraitNames
"xmlHttpRequestAcceptHeader".
org.openqa.selenium.htmlunit - package org.openqa.selenium.htmlunit
HtmlUnit WebDriver implementation.
org.openqa.selenium.htmlunit.logging - package org.openqa.selenium.htmlunit.logging
Logging support.
org.openqa.selenium.htmlunit.options - package org.openqa.selenium.htmlunit.options
HtmlUnit WebDriver implementation.
org.openqa.selenium.htmlunit.w3 - package org.openqa.selenium.htmlunit.w3
Classes following the w3 spec.

P

pageLoadTimeout(Duration) - Method in class org.openqa.selenium.htmlunit.HtmlUnitTimeouts
 
parentFrame() - Method in class org.openqa.selenium.htmlunit.HtmlUnitTargetLocator
 
perform(Collection<Sequence>) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
 
performActions() - Method in class org.openqa.selenium.htmlunit.HtmlUnitInputProcessor
Executes all queued HtmlUnitInputProcessor.HtmlUnitAction instances in the order they were added.
PLATFORM - org.openqa.selenium.htmlunit.options.BrowserVersionTrait
Returns the platform on which the application is running, for example "Win32".
PointerDownHtmlUnitAction(DomElement, int) - Constructor for class org.openqa.selenium.htmlunit.HtmlUnitInputProcessor.PointerDownHtmlUnitAction
Creates a new pointer-down action for the element and button.
PointerHtmlUnitAction(DomElement, int) - Constructor for class org.openqa.selenium.htmlunit.HtmlUnitInputProcessor.PointerHtmlUnitAction
Creates a new pointer action for the specified element and button.
PointerMoveHtmlUnitAction(DomElement) - Constructor for class org.openqa.selenium.htmlunit.HtmlUnitInputProcessor.PointerMoveHtmlUnitAction
Creates a new pointer-move action targeting the given DOM element.
PointerUpHtmlUnitAction(DomElement, int) - Constructor for class org.openqa.selenium.htmlunit.HtmlUnitInputProcessor.PointerUpHtmlUnitAction
Creates a new pointer-up action for the element and button.
POPUP_BLOCKER_ENABLED - org.openqa.selenium.htmlunit.options.HtmlUnitOption
Enable/disable the popup window blocker.
pressKey(CharSequence) - Method in class org.openqa.selenium.htmlunit.HtmlUnitKeyboard
Sends a key-down event for the given key sequence to the element currently identified as the active element.
PRINT_CONTENT_ON_FAILING_STATUS_CODE - org.openqa.selenium.htmlunit.options.HtmlUnitOption
Specifies whether or not the content of the resulting document will be printed to the console in the event of a failing response code.
process(HtmlUnitDriver) - Method in interface org.openqa.selenium.htmlunit.HtmlUnitInputProcessor.HtmlUnitAction
Processes this action using the given HtmlUnitDriver.
process(HtmlUnitDriver) - Method in class org.openqa.selenium.htmlunit.HtmlUnitInputProcessor.KeyDownHtmlUnitAction
 
process(HtmlUnitDriver) - Method in class org.openqa.selenium.htmlunit.HtmlUnitInputProcessor.KeySendHtmlUnitAction
 
process(HtmlUnitDriver) - Method in class org.openqa.selenium.htmlunit.HtmlUnitInputProcessor.KeyUpHtmlUnitAction
 
process(HtmlUnitDriver) - Method in class org.openqa.selenium.htmlunit.HtmlUnitInputProcessor.PointerDownHtmlUnitAction
 
process(HtmlUnitDriver) - Method in class org.openqa.selenium.htmlunit.HtmlUnitInputProcessor.PointerMoveHtmlUnitAction
 
process(HtmlUnitDriver) - Method in class org.openqa.selenium.htmlunit.HtmlUnitInputProcessor.PointerUpHtmlUnitAction
 
PROXY_CONFIG - org.openqa.selenium.htmlunit.options.HtmlUnitOption
Sets the proxy configuration for this client.
ProxyConfigBean - Class in org.openqa.selenium.htmlunit.options
A JavaBean representation of a proxy configuration.
ProxyConfigBean() - Constructor for class org.openqa.selenium.htmlunit.options.ProxyConfigBean
 

Q

quit() - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
 

R

releaseKey(CharSequence) - Method in class org.openqa.selenium.htmlunit.HtmlUnitKeyboard
Sends a key-up event for the given key sequence to the element currently identified as the active element.
remove(Page) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver.ElementsMap
Removes all element mappings associated with the specified Page.
resetInputState() - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
 
runAsync(Runnable) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Executes the given task asynchronously on the driver's internal executor, optionally blocking the calling thread until completion depending on the configured HtmlUnitDriver.PageLoadStrategy.

S

SCREEN_HEIGHT - org.openqa.selenium.htmlunit.options.HtmlUnitOption
Sets the screen height.
SCREEN_WIDTH - org.openqa.selenium.htmlunit.options.HtmlUnitOption
Sets the screen width.
SCRIPT_ACCEPT_HEADER - org.openqa.selenium.htmlunit.options.BrowserVersionTrait
Returns the value used by the browser for the Accept header if requesting a script.
scriptTimeout(Duration) - Method in class org.openqa.selenium.htmlunit.HtmlUnitTimeouts
 
SEC_CLIENT_HINT_USER_AGENT_HEADER - org.openqa.selenium.htmlunit.options.BrowserVersionTrait
Returns the value used by the browser for the Sec-CH-UA header.
SEC_CLIENT_HINT_USER_AGENT_PLATFORM_HEADER - org.openqa.selenium.htmlunit.options.BrowserVersionTrait
Returns the value used by the browser for the Sec-CH-UA-Platform header.
SECTION - Static variable in interface org.openqa.selenium.htmlunit.options.BrowserVersionTraitNames
"browser-version-trait".
SECTION - Static variable in interface org.openqa.selenium.htmlunit.options.HtmlUnitOptionNames
"htmlunit-option".
sendKeys(CharSequence...) - Method in class org.openqa.selenium.htmlunit.HtmlUnitKeyboard
Sends the given key sequence to the element currently identified as the active element within the driver.
sendKeys(CharSequence...) - Method in class org.openqa.selenium.htmlunit.HtmlUnitWebElement
 
sendKeys(String) - Method in class org.openqa.selenium.htmlunit.HtmlUnitAlert
 
sendKeys(HtmlUnitWebElement, CharSequence...) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Sends keystrokes to the specified element.
setAcceptInsecureCerts(boolean) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Configures whether the driver should accept insecure SSL/TLS certificates.
setAutoAccept(boolean) - Method in class org.openqa.selenium.htmlunit.HtmlUnitAlert
Sets whether alerts should be automatically accepted when the driver is quitting.
setAutoConfigUrl(String) - Method in class org.openqa.selenium.htmlunit.options.ProxyConfigBean
Sets the auto-configuration URL.
setAutoProxy(String) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Sets Proxy Autoconfiguration URL for WebClient.
setBrowserVersion(String) - Method in class org.openqa.selenium.htmlunit.options.HtmlUnitDriverOptions
 
setButton(int) - Method in class org.openqa.selenium.htmlunit.w3.Action
Sets the pointer button for pointerDown or pointerUp.
setBypassHosts(int, String) - Method in class org.openqa.selenium.htmlunit.options.ProxyConfigBean
Sets a specific bypass host at the given index.
setBypassHosts(List<String>) - Method in class org.openqa.selenium.htmlunit.options.ProxyConfigBean
Sets the list of bypass hosts.
setCapability(String, Object) - Method in class org.openqa.selenium.htmlunit.options.HtmlUnitDriverOptions
 
setCapitalization(boolean) - Method in class org.openqa.selenium.htmlunit.InputKeysContainer
Sets whether the input sequences should be capitalized.
setCurrentWindow(WebWindow) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Sets the current WebWindow for this context.
setDomElement(DomElement) - Method in class org.openqa.selenium.htmlunit.w3.Action
Sets the DOM element associated with this action.
setDownloadImages(boolean) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Enables or disables automatic image downloading.
setDownloadImages(boolean) - Method in class org.openqa.selenium.htmlunit.options.HtmlUnitDriverOptions
Enables or disables automatic image downloading.
setDuration(int) - Method in class org.openqa.selenium.htmlunit.w3.Action
Sets the duration associated with this action.
setExecutor(Executor) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Sets the Executor to be used for submitting async tasks to.
setHost(String) - Method in class org.openqa.selenium.htmlunit.options.ProxyConfigBean
Sets the proxy host.
setHTTPProxy(String, int, List<String>) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Sets HTTP proxy for WebClient with bypass proxy hosts.
setJavascriptEnabled(boolean) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Enables or disables JavaScript execution in the underlying WebClient.
setJavaScriptEnabled(boolean) - Method in class org.openqa.selenium.htmlunit.options.HtmlUnitDriverOptions
Enables or disables JavaScript execution.
setPassword(String) - Method in class org.openqa.selenium.htmlunit.options.KeyStoreBean
Sets the password for the key store.
setPointerType(String) - Method in class org.openqa.selenium.htmlunit.w3.Action
Sets the pointer type for this action.
setPort(int) - Method in class org.openqa.selenium.htmlunit.options.ProxyConfigBean
Sets the proxy port.
setPosition(Point) - Method in class org.openqa.selenium.htmlunit.HtmlUnitWindow
 
setProxy(String, int) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Sets HTTP proxy for WebClient.
setProxySettings(Proxy) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Set proxy for WebClient using Proxy.
setScheme(String) - Method in class org.openqa.selenium.htmlunit.options.ProxyConfigBean
Sets the proxy scheme.
setSize(Dimension) - Method in class org.openqa.selenium.htmlunit.HtmlUnitWindow
 
setSocksProxy(boolean) - Method in class org.openqa.selenium.htmlunit.options.ProxyConfigBean
Sets whether this is a SOCKS proxy.
setSocksProxy(String, int) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Sets SOCKS proxy for WebClient.
setSocksProxy(String, int, List<String>) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Sets SOCKS proxy for WebClient with bypass proxy hosts.
setSSLClientCertificateKeyStore(InputStream, String, String) - Method in class org.openqa.selenium.htmlunit.options.HtmlUnitDriverOptions
Sets the SSL client certificate key store from an InputStream.
setSSLClientCertificateKeyStore(URL, String, String) - Method in class org.openqa.selenium.htmlunit.options.HtmlUnitDriverOptions
Sets the SSL client certificate key store using a URL.
setSSLClientCertificateKeyStore(KeyStore, char[]) - Method in class org.openqa.selenium.htmlunit.options.HtmlUnitDriverOptions
Sets the SSL client certificate key store from an existing KeyStore.
setSSLTrustStore(URL, String, String) - Method in class org.openqa.selenium.htmlunit.options.HtmlUnitDriverOptions
Sets the SSL trust store using a URL.
setType(String) - Method in class org.openqa.selenium.htmlunit.options.KeyStoreBean
Sets the type of the key store.
setUrl(String) - Method in class org.openqa.selenium.htmlunit.options.KeyStoreBean
Sets the key store URL.
setValue(String) - Method in class org.openqa.selenium.htmlunit.w3.Action
Sets the key value for a keyboard action.
setWebClientVersion(BrowserVersion) - Method in class org.openqa.selenium.htmlunit.options.HtmlUnitDriverOptions
Sets the BrowserVersion used by the underlying WebClient.
SSL_CLIENT_CERTIFICATE_PASSWORD - org.openqa.selenium.htmlunit.options.HtmlUnitOption
Password for the specified SSL client certificate KeyStore.
SSL_CLIENT_CERTIFICATE_STORE - org.openqa.selenium.htmlunit.options.HtmlUnitOption
The SSL client certificate KeyStore to use.
SSL_CLIENT_CERTIFICATE_TYPE - org.openqa.selenium.htmlunit.options.HtmlUnitOption
Type of the specified SSL client certificate KeyStore (e.g. - jks or pkcs12).
SSL_CLIENT_CIPHER_SUITES - org.openqa.selenium.htmlunit.options.HtmlUnitOption
Sets the cipher suites enabled for use on SSL connections.
SSL_CLIENT_PROTOCOLS - org.openqa.selenium.htmlunit.options.HtmlUnitOption
Sets the protocol versions enabled for use on SSL connections.
SSL_INSECURE_PROTOCOL - org.openqa.selenium.htmlunit.options.HtmlUnitOption
Sets the SSL protocol, used only when HtmlUnitOption.USE_INSECURE_SSL is set to true.
SSL_TRUST_STORE - org.openqa.selenium.htmlunit.options.HtmlUnitOption
The SSL server certificate trust store.
SSL_TRUST_STORE_PASSWORD - org.openqa.selenium.htmlunit.options.HtmlUnitOption
Password for the specified SSL trust KeyStore.
SSL_TRUST_STORE_TYPE - org.openqa.selenium.htmlunit.options.HtmlUnitOption
Type of the specified SSL trust KeyStore (e.g. - jks or pkcs12).
submit() - Method in class org.openqa.selenium.htmlunit.HtmlUnitWebElement
 
submit(HtmlUnitWebElement) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Submits a form associated with the specified element.
switchTo() - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
 
switchToDefaultContentOfWindow(WebWindow) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Switches the driver's context to the default content of the specified window.
SYSTEM_TIMEZONE - org.openqa.selenium.htmlunit.options.BrowserVersionTrait
Returns the system TimeZone.

T

TEMP_FILE_DIRECTORY - org.openqa.selenium.htmlunit.options.HtmlUnitOption
Path to the directory to be used for storing the response content in a temporary file.
THROW_EXCEPTION_ON_FAILING_STATUS_CODE - org.openqa.selenium.htmlunit.options.HtmlUnitOption
Specifies whether or not an exception will be thrown in the event of a failing status code.
THROW_EXCEPTION_ON_SCRIPT_ERROR - org.openqa.selenium.htmlunit.options.HtmlUnitOption
Indicates if an exception should be thrown when a script execution fails or if it should be caught and just logged to allow page execution to continue.
TIMEOUT - org.openqa.selenium.htmlunit.options.HtmlUnitOption
Sets the timeout of the WebConnection.
timeouts() - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver.HtmlUnitWebDriverOptions
 
toJson() - Method in class org.openqa.selenium.htmlunit.HtmlUnitWebElement
Converts this element into a JSON representation suitable for WebDriver communication.
toString() - Method in class org.openqa.selenium.htmlunit.HtmlUnitWebElement
 
toString() - Method in class org.openqa.selenium.htmlunit.InputKeysContainer
 
toString() - Method in class org.openqa.selenium.htmlunit.w3.Action
Returns a human-readable string describing this action, including all parameters that have been set.
toWebElement(String) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Retrieves an existing HtmlUnitWebElement by its element ID.
toWebElement(DomElement) - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver
Wraps the given DomElement into a corresponding HtmlUnitWebElement, creating and caching the wrapper if it does not already exist.

U

USE_INSECURE_SSL - org.openqa.selenium.htmlunit.options.HtmlUnitOption
If set to true, the client will accept connections to any host, regardless of whether they have valid certificates or not.
USER_AGENT - org.openqa.selenium.htmlunit.options.BrowserVersionTrait
Returns the user agent string, for example "Mozilla/4.0 (compatible; MSIE 6.0b; Windows 98)".

V

valueOf(String) - Static method in enum org.openqa.selenium.htmlunit.options.BrowserVersionTrait
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openqa.selenium.htmlunit.options.HtmlUnitOption
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.openqa.selenium.htmlunit.options.BrowserVersionTrait
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openqa.selenium.htmlunit.options.HtmlUnitOption
Returns an array containing the constants of this enum type, in the order they are declared.
VENDOR - org.openqa.selenium.htmlunit.options.BrowserVersionTrait
Returns the browser vendor, for example "Google Inc.".

W

wasSubmitKeyFound() - Method in class org.openqa.selenium.htmlunit.InputKeysContainer
Returns whether a submit key (ENTER or RETURN) was found in the input sequences.
WEB_CLIENT_VERSION - org.openqa.selenium.htmlunit.options.HtmlUnitOption
WEB_CLIENT_VERSION(optWebClientVersion, BrowserVersion.class, BrowserVersion.BEST_SUPPORTED).
WEB_SOCKET_ENABLED - org.openqa.selenium.htmlunit.options.HtmlUnitOption
Enables/disables WebSocket support.
WEB_SOCKET_MAX_BINARY_MESSAGE_BUFFER_SIZE - org.openqa.selenium.htmlunit.options.HtmlUnitOption
Sets the WebSocket maxBinaryMessageBufferSize.
WEB_SOCKET_MAX_BINARY_MESSAGE_SIZE - org.openqa.selenium.htmlunit.options.HtmlUnitOption
Sets the WebSocket maxBinaryMessageSize.
WEB_SOCKET_MAX_TEXT_MESSAGE_BUFFER_SIZE - org.openqa.selenium.htmlunit.options.HtmlUnitOption
Sets the WebSocket maxTextMessageBufferSize.
WEB_SOCKET_MAX_TEXT_MESSAGE_SIZE - org.openqa.selenium.htmlunit.options.HtmlUnitOption
Sets the WebSocket maxTextMessageSize.
window() - Method in class org.openqa.selenium.htmlunit.HtmlUnitDriver.HtmlUnitWebDriverOptions
 
window(String) - Method in class org.openqa.selenium.htmlunit.HtmlUnitTargetLocator
 

X

XML_HTTP_REQUEST_ACCEPT_HEADER - org.openqa.selenium.htmlunit.options.BrowserVersionTrait
Returns the value used by the browser for the Accept header if performing an XMLHttpRequest.
A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes All Packages