Package org.kquiet.browser
package org.kquiet.browser
-
ClassDescription
AbstractActionComposer
implements most methods ofActionComposer
to lay ground works for possible subclasses.ActionComposer
is responsible to maintain a sequence of actions, arrange them to be executed and track their execution result.ActionComposerBuilder
is resposible to build aActionComposer
in a fluent way.ActionRunner
is resposible to run a browser through Selenium and execute actions against it.BasicActionComposer
provides basic implementation ofActionComposer
.BasicActionRunner
maintains two prioritized thread pool internally to executeActionComposer
and browser actions separatedly.Supported browser type.AnDynamicActionSequence
is a sequence of actions which supports add operations.