Uses of Package
org.kquiet.browser
Packages that use org.kquiet.browser
-
Classes in org.kquiet.browser used by org.kquiet.browserClassDescription
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.A builder to build theactions
into a sequence.A builder to buildClick
in a fluent way.A builder to buildCloseWindow
in a fluent way.A builder to buildCustom
in a fluent way.A builder to buildExtract
in a fluent way.A builder to buildGetUrl
in a fluent way.A builder to buildIfThenElse
in a fluent way.A builder to buildJustWait
in a fluent way.A builder to buildMouseOver
in a fluent way.A builder to buildOpenWindow
in a fluent way.A builder to buildPostForm
in a fluent way.A builder to buildReplyAlert
in a fluent way.A builder to buildScrollToView
in a fluent way.A builder to buildSelect
in a fluent way.A builder to buildSendKey
in a fluent way.A builder to buildUpload
in a fluent way.A builder to buildWaitUntil
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. -
Classes in org.kquiet.browser used by org.kquiet.browser.actionClassDescription
ActionComposer
is responsible to maintain a sequence of actions, arrange them to be executed and track their execution result.AnDynamicActionSequence
is a sequence of actions which supports add operations.