Class BasicActionRunner

java.lang.Object
org.kquiet.browser.BasicActionRunner
All Implemented Interfaces:
Closeable, AutoCloseable, ActionRunner

public class BasicActionRunner extends Object implements ActionRunner
BasicActionRunner maintains two prioritized thread pool internally to execute ActionComposer and browser actions separatedly. The thread pool for ActionComposer allows multiple ones to be run concurrently(depends on parameter values in constructors). The thread pool for browser actions is single-threaded, so only one browser action is executed at a time(due to the constraint of WebDriver).
Author:
Kimberly