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 TypeClassDescriptionclassClickis a subclass ofMultiPhaseActionwhich clicks an element.classCloseWindowis a subclass ofSinglePhaseActionwhich closes window(s).classCustomis a subclass ofMultiPhaseActionwhich performs custom action by phases to avoid blocking the execution of other browser actions.classExtractis a subclass ofMultiPhaseActionwhich extract information from element by phases to avoid blocking the execution of other browser actions.classGetUrlis a subclass ofSinglePhaseActionwhich loads a web page.classIfThenElseis a subclass ofSinglePhaseActionwhich performs actions according to the evaluation result of specified function.classJustWaitis a subclass ofMultiPhaseActionwhich just waits by phases to avoid blocking the execution of other browser actions.classMouseOveris a subclass ofMultiPhaseActionwhich moves the mouse to the middle of an element.classOpenWindowis a subclass ofSinglePhaseActionwhich openes a window.classPostFormis a subclass ofSinglePhaseActionwhich creates a form and submits it through http post.classReplyAlertis a subclass ofMultiPhaseActionwhich interacts with the alert box.classScrollToViewis a subclass ofMultiPhaseActionwhich scrolls an element into visible area of the browser window.classSelectis a subclass ofMultiPhaseActionwhich selects/deselects options on a SELECT element.classSendKeyis a subclass ofMultiPhaseActionwhich types into an element.classSinglePhaseActionis a subclass ofMultiPhaseActionwhich has only one phase.classUploadis a subclass ofMultiPhaseActionwhich types path of file into the file upload element.classWaitUntil<V>WaitUntilis a subclass ofMultiPhaseActionwhich 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)