Package org.openqa.selenium.htmlunit
Class HtmlUnitInputProcessor
- java.lang.Object
-
- org.openqa.selenium.htmlunit.HtmlUnitInputProcessor
-
public class HtmlUnitInputProcessor extends Object
A state machine to handle web diver input sequences. We have to analyze the sequences and construct valid HtmlUnit actions out of them.- Author:
- Ronald Brill
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHtmlUnitInputProcessor.HtmlUnitActionstatic classHtmlUnitInputProcessor.KeyDownHtmlUnitActionstatic classHtmlUnitInputProcessor.KeySendHtmlUnitActionstatic classHtmlUnitInputProcessor.KeyUpHtmlUnitActionstatic classHtmlUnitInputProcessor.PointerDownHtmlUnitActionstatic classHtmlUnitInputProcessor.PointerHtmlUnitActionstatic classHtmlUnitInputProcessor.PointerMoveHtmlUnitActionstatic classHtmlUnitInputProcessor.PointerUpHtmlUnitAction
-
Constructor Summary
Constructors Constructor Description HtmlUnitInputProcessor(HtmlUnitDriver driver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidenqueuAction(Action action)voidperformActions()
-
-
-
Constructor Detail
-
HtmlUnitInputProcessor
public HtmlUnitInputProcessor(HtmlUnitDriver driver)
-
-
Method Detail
-
performActions
public void performActions()
-
enqueuAction
public void enqueuAction(Action action)
-
-