Uses of Class
org.kquiet.browser.action.MultiPhaseAction
Packages that use MultiPhaseAction
-
Uses of MultiPhaseAction in org.kquiet.browser.action
Subclasses of MultiPhaseAction in org.kquiet.browser.actionModifier and TypeClassDescriptionclass
Click
is a subclass ofMultiPhaseAction
which clicks an element.class
CloseWindow
is a subclass ofSinglePhaseAction
which closes window(s).class
Custom
is a subclass ofMultiPhaseAction
which performs custom action by phases to avoid blocking the execution of other browser actions.class
Extract
is a subclass ofMultiPhaseAction
which extract information from element by phases to avoid blocking the execution of other browser actions.class
GetUrl
is a subclass ofSinglePhaseAction
which loads a web page.class
IfThenElse
is a subclass ofSinglePhaseAction
which performs actions according to the evaluation result of specified function.class
JustWait
is a subclass ofMultiPhaseAction
which just waits by phases to avoid blocking the execution of other browser actions.class
MouseOver
is a subclass ofMultiPhaseAction
which moves the mouse to the middle of an element.class
OpenWindow
is a subclass ofSinglePhaseAction
which openes a window.class
PostForm
is a subclass ofSinglePhaseAction
which creates a form and submits it through http post.class
ReplyAlert
is a subclass ofMultiPhaseAction
which interacts with the alert box.class
ScrollToView
is a subclass ofMultiPhaseAction
which scrolls an element into visible area of the browser window.class
Select
is a subclass ofMultiPhaseAction
which selects/deselects options on a SELECT element.class
SendKey
is a subclass ofMultiPhaseAction
which types into an element.class
SinglePhaseAction
is a subclass ofMultiPhaseAction
which has only one phase.class
Upload
is a subclass ofMultiPhaseAction
which types path of file into the file upload element.class
WaitUntil<V>
WaitUntil
is a subclass ofMultiPhaseAction
which waits the evaluation result of condition function by phases to avoid blocking the execution of other browser actions.Methods in org.kquiet.browser.action that return MultiPhaseActionModifier and TypeMethodDescriptionMultiPhaseAction.setComposer
(ActionComposer containingComposer)