Package org.kquiet.browser.action
package org.kquiet.browser.action
-
ClassDescriptionThe state of a browser action.
Clickis a subclass ofMultiPhaseActionwhich clicks an element.CloseWindowis a subclass ofSinglePhaseActionwhich closes window(s).An interface which should be implemented by any action which delegates its execution toActionComposer.Customis a subclass ofMultiPhaseActionwhich performs custom action by phases to avoid blocking the execution of other browser actions.Extractis a subclass ofMultiPhaseActionwhich extract information from element by phases to avoid blocking the execution of other browser actions.GetUrlis a subclass ofSinglePhaseActionwhich loads a web page.IfThenElseis a subclass ofSinglePhaseActionwhich performs actions according to the evaluation result of specified function.JustWaitis a subclass ofMultiPhaseActionwhich just waits by phases to avoid blocking the execution of other browser actions.MouseOveris a subclass ofMultiPhaseActionwhich moves the mouse to the middle of an element.MultiPhaseActionmodels a browser action with multiple phases which is executed throughActionComposerorActionRunner.An interface which should be implemented by any browser action whose execution spans multiple phases.A marker annotation that indicates the annotated class is non-browserable.OpenWindowis a subclass ofSinglePhaseActionwhich openes a window.PostFormis a subclass ofSinglePhaseActionwhich creates a form and submits it through http post.ReplyAlertis a subclass ofMultiPhaseActionwhich interacts with the alert box.The way to deal with alert box.ScrollToViewis a subclass ofMultiPhaseActionwhich scrolls an element into visible area of the browser window.Selectis a subclass ofMultiPhaseActionwhich selects/deselects options on a SELECT element.The way to perform the selecting.SendKeyis a subclass ofMultiPhaseActionwhich types into an element.SinglePhaseActionis a subclass ofMultiPhaseActionwhich has only one phase.Uploadis a subclass ofMultiPhaseActionwhich types path of file into the file upload element.WaitUntil<V>WaitUntilis a subclass ofMultiPhaseActionwhich waits the evaluation result of condition function by phases to avoid blocking the execution of other browser actions.