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 interface
HtmlUnitInputProcessor.HtmlUnitAction
static class
HtmlUnitInputProcessor.KeyDownHtmlUnitAction
static class
HtmlUnitInputProcessor.KeySendHtmlUnitAction
static class
HtmlUnitInputProcessor.KeyUpHtmlUnitAction
static class
HtmlUnitInputProcessor.PointerDownHtmlUnitAction
static class
HtmlUnitInputProcessor.PointerHtmlUnitAction
static class
HtmlUnitInputProcessor.PointerMoveHtmlUnitAction
static class
HtmlUnitInputProcessor.PointerUpHtmlUnitAction
-
Constructor Summary
Constructors Constructor Description HtmlUnitInputProcessor(HtmlUnitDriver driver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
enqueuAction(Action action)
void
performActions()
-
-
-
Constructor Detail
-
HtmlUnitInputProcessor
public HtmlUnitInputProcessor(HtmlUnitDriver driver)
-
-
Method Detail
-
performActions
public void performActions()
-
enqueuAction
public void enqueuAction(Action action)
-
-