Package org.kquiet.browser
package org.kquiet.browser
-
ClassDescription
AbstractActionComposerimplements most methods ofActionComposerto lay ground works for possible subclasses.ActionComposeris responsible to maintain a sequence of actions, arrange them to be executed and track their execution result.ActionComposerBuilderis resposible to build aActionComposerin a fluent way.ActionRunneris resposible to run a browser through Selenium and execute actions against it.BasicActionComposerprovides basic implementation ofActionComposer.BasicActionRunnermaintains two prioritized thread pool internally to executeActionComposerand browser actions separatedly.Supported browser type.AnDynamicActionSequenceis a sequence of actions which supports add operations.