Class HtmlUnitInputProcessor


  • public class HtmlUnitInputProcessor
    extends Object
    Processes and executes input-related HtmlUnitInputProcessor.HtmlUnitAction instances for a HtmlUnitDriver.

    This class maintains an internal queue of actions that represent low-level input operations (keyboard, pointer, wheel, etc.). Actions are collected and executed in sequence when performActions() is called. After execution, the queue is cleared.

    Author:
    Ronald Brill