Package org.openqa.selenium.htmlunit
Interface HtmlUnitInputProcessor.HtmlUnitAction
-
- All Known Implementing Classes:
HtmlUnitInputProcessor.KeyDownHtmlUnitAction
,HtmlUnitInputProcessor.KeySendHtmlUnitAction
,HtmlUnitInputProcessor.KeyUpHtmlUnitAction
,HtmlUnitInputProcessor.PointerDownHtmlUnitAction
,HtmlUnitInputProcessor.PointerHtmlUnitAction
,HtmlUnitInputProcessor.PointerMoveHtmlUnitAction
,HtmlUnitInputProcessor.PointerUpHtmlUnitAction
- Enclosing class:
- HtmlUnitInputProcessor
public static interface HtmlUnitInputProcessor.HtmlUnitAction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HtmlUnitInputProcessor.HtmlUnitAction
join(HtmlUnitInputProcessor.HtmlUnitAction previousAction)
void
process(HtmlUnitDriver driver)
-
-
-
Method Detail
-
process
void process(HtmlUnitDriver driver)
-
join
HtmlUnitInputProcessor.HtmlUnitAction join(HtmlUnitInputProcessor.HtmlUnitAction previousAction)
-
-