public class HtmlUnitInputProcessor extends Object
Modifier and Type | Class and 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 and Description |
---|
HtmlUnitInputProcessor(HtmlUnitDriver driver) |
Modifier and Type | Method and Description |
---|---|
void |
enqueuAction(Action action) |
void |
performActions() |
public HtmlUnitInputProcessor(HtmlUnitDriver driver)
public void performActions()
public void enqueuAction(Action action)
Copyright © 2023. All rights reserved.