Uses of Package
org.openqa.selenium.htmlunit
-
Packages that use org.openqa.selenium.htmlunit Package Description org.openqa.selenium.htmlunit HtmlUnit WebDriver implementation.org.openqa.selenium.htmlunit.w3 Classes following the w3 spec. -
Classes in org.openqa.selenium.htmlunit used by org.openqa.selenium.htmlunit Class Description HtmlUnitAlert Provides an implementation ofAlertforHtmlUnitDriver.HtmlUnitDriver An implementation ofWebDriverthat drives HtmlUnit, which is a headless (GUI-less) browser simulator.HtmlUnitDriver.ElementsMap Maintains a bidirectional mapping betweenDomElementinstances and their correspondingHtmlUnitWebElementwrappers.HtmlUnitElementFinder.HtmlUnitElementLocator Base class for element locators used byHtmlUnitElementFinder.HtmlUnitInputProcessor.HtmlUnitAction Represents a low-level input action that can be executed by anHtmlUnitDriver.HtmlUnitInputProcessor.PointerHtmlUnitAction Base class for pointer actions that operate on a specific button.HtmlUnitKeyboard Provides keyboard input handling forHtmlUnitDriver.HtmlUnitMouse Provides basic mouse interaction support forHtmlUnitDriver.HtmlUnitWebElement Represents an HTML element in the context ofHtmlUnitDriver.HtmlUnitWindow -
Classes in org.openqa.selenium.htmlunit used by org.openqa.selenium.htmlunit.w3 Class Description HtmlUnitInputProcessor Processes and executes input-relatedHtmlUnitInputProcessor.HtmlUnitActioninstances for aHtmlUnitDriver.HtmlUnitInputProcessor.HtmlUnitAction Represents a low-level input action that can be executed by anHtmlUnitDriver.