Class 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
    • Constructor Detail

      • HtmlUnitInputProcessor

        public HtmlUnitInputProcessor​(HtmlUnitDriver driver)
    • Method Detail

      • performActions

        public void performActions()
      • enqueuAction

        public void enqueuAction​(Action action)