Uses of Interface
jp.vmi.selenium.selenese.command.ICommand
-
Packages that use ICommand Package Description jp.vmi.selenium.selenese jp.vmi.selenium.selenese.command jp.vmi.selenium.selenese.inject jp.vmi.selenium.selenese.result -
-
Uses of ICommand in jp.vmi.selenium.selenese
Methods in jp.vmi.selenium.selenese with parameters of type ICommand Modifier and Type Method Description voidTestCase. addCommand(ICommand command)Add command to command list.default <T extends FlowControlState>
TContext. getFlowControlState(ICommand command)Get flow control state.<T extends FlowControlState>
TRunner. getFlowControlState(ICommand command)default <T extends FlowControlState>
voidContext. setFlowControlState(ICommand command, T state)Set flow control state.<T extends FlowControlState>
voidRunner. setFlowControlState(ICommand command, T state)Method parameters in jp.vmi.selenium.selenese with type arguments of type ICommand Modifier and Type Method Description voidTestCase. addCommand(Function<Integer,ICommand> cmdGenFunc)Add command to command list. -
Uses of ICommand in jp.vmi.selenium.selenese.command
Classes in jp.vmi.selenium.selenese.command that implement ICommand Modifier and Type Class Description classAbstractCommandBase implementation of command.classAddCollectionCommand "addCollection".classAddLocationStrategyRe-implementation of AddLocationStrategy.classAddSelectionCommand "addSelection".classAddToCollectionCommand "addToCollection".classAllowNativeXpathRe-implementation of AllowNativeXPath.classAltKeyDownCommand "altKeyDown".classAltKeyUpCommand "altKeyUp".classAnswerOnNextNativeAlertCommand "answerOnNextNativeAlert".classAnswerOnNextPromptCommand "answerOnNextPrompt".classAssertCommand "assert".classAssertionCommands of "assert*", "verify*", and "waitFor*".classAssignIdRe-implementation of AssignId.classAttachFileRe-implementation of AttachFile.classBlockEndImplDefault implementation for EndLoop.classBlockStartImplDefault implementation for BlockStart.classBuiltInCommandCommands implemented by WebDriverCommandProcessor or ISubCommand.classCaptureEntirePageScreenshotCommand "captureEntirePageScreenshot".classCheckCommand "check".classChooseCancelOnNextConfirmationCommand "echo".classChooseCancelOnNextNativeAlertCommand "chooseCancelOnNextNativeAlert".classChooseCancelOnNextPromptCommand "chooseCancelOnNextPrompt".classChooseOkOnNextConfirmationCommand "echo".classChooseOkOnNextNativeAlertCommand "chooseOkOnNextNativeAlert".classClickCommand "click".classClickAtCommand "clickAt".classCloseCommand "close".classCommentclassContextMenuCommand "contextMenu".classControlKeyDownCommand "controlKeyDown".classControlKeyUpCommand "controlKeyUp".classCreateCookieRe-implementation of CreateCookie.classDeleteAllVisibleCookiesRe-implementation of DeleteAllVisibleCookies.classDeleteCookieRe-implementation of DeleteCookie.classDeselectPopUpCommand "deselectPopUp".classDoCommand "do".classDoubleClickCommand "doubleClick".classDoubleClickAtCommand "doubleClickAt".classDragAndDropRe-implementation of DragAndDrop.classDragAndDropToObjectRe-implementation of DragAndDropToObject.classEchoCommand "echo".classEditContentCommand "EditContent".classElseCommand "else".classElseIfCommand "if".classEndCommand "end".classEndForCommand "endFor".classEndLoopImplDeprecated.useBlockEndImplinstead.classEndWhileCommand "endWhile".classExecuteAsyncScriptCommand "executeScript".classExecuteScriptCommand "executeScript".classFireEventRe-implementation of FireEvent.classFocusCommand "focus".classForEachCommand "forEach".classGoBackRe-implementation of GoBack.classGotoIfCommand "gotoIf".classGotolabelCommand "gotolabel".classHighlightCommand "highlight".classIfCommand "if".classIncludeCommand "include".classKeyDownCommand "keyDown".classKeyPressCommand "keyDown".classKeyUpCommand "keyUp".classLabelCommand "label".classMetaKeyDownCommand "metaKeyDown".classMetaKeyUpCommand "metaKeyUp".classNopCommand "nop".classOpenCommand "open".classOpenWindowAn implementation of the "openWindow" method from Selenium.classPauseCommand "pause".classRefreshRe-implementation of Refresh.classRemoveAllSelectionsRe-implementation of RemoveAllSelections.classRemoveSelectionCommand "removeSelection".classRepeatIfCommand "repeatIf".classRollupCommand "rollup".classRunCommand "run".classRunScriptAn implementation of the "runScript" method from Selenium.classSelectCommand "select".classSelectFrameCommand "selectFrame".classSelectPopUpCommand "selectPopUp".classSelectWindowCommand "selectWindow".classSetCursorPositionRe-implementation of SetCursorPosition.classSetSpeedCommand "setSpeed".classSetTimeoutCommand "setTimeout".classSetWindowSizeCommand "setWindowSize".classShiftKeyDownCommand "shiftKeyDown".classShiftKeyUpCommand "shiftKeyUp".classStartLoopImplDeprecated.classStartMarkerStart marker for result sequence.classStoreCommand "store".classStoreForCommand "storeFor".classStoreJsonCommand "storeJson".classSubmitCommand "submit".classTimesCommand "times".classTypeCommand "type".classTypeKeysCommand "typeKeys".classUncheckCommand "uncheck".classUseXpathLibraryRe-implementation of UseXpathLibrary.classWaitForConditionAn implementation of "waitForCondition".classWaitForPageToLoadRe-implementation of "waitForPageToLoad".classWaitForPopUpCommand "waitForPopUp".classWhileCommand "while".classWindowFocusRe-implementation of WindowFocus.classWindowMaximizeCommand "windowMaximize".Methods in jp.vmi.selenium.selenese.command that return ICommand Modifier and Type Method Description ICommandCommandFactory. newCommand(int index, String name, String... args)ICommandICommandFactory. newCommand(int index, String name, String... args)Constructs selenese command.ICommandCommandListIterator. next()ICommandCommandListIterator. previous()Methods in jp.vmi.selenium.selenese.command that return types with arguments of type ICommand Modifier and Type Method Description static Set<Map.Entry<String,Constructor<? extends ICommand>>>CommandFactory. getCommandEntries()Get command entries.protected ListIterator<ICommand>CommandList. originalListIterator(int index)Original list iterator.Methods in jp.vmi.selenium.selenese.command with parameters of type ICommand Modifier and Type Method Description booleanCommandList. add(ICommand command)Add command.voidCommandListIterator. add(ICommand e)protected ResultCommandList. doCommand(Context context, ICommand command, String... curArgs)voidCommandSequence. increment(ICommand command)Increment sequence.voidCommandListIterator. set(ICommand e)Constructors in jp.vmi.selenium.selenese.command with parameters of type ICommand Constructor Description StartMarker(ICommand command, String message)Constructor. -
Uses of ICommand in jp.vmi.selenium.selenese.inject
Methods in jp.vmi.selenium.selenese.inject with parameters of type ICommand Modifier and Type Method Description protected abstract ResultAbstractDoCommandInterceptor. invoke(org.aopalliance.intercept.MethodInvocation invocation, Context context, ICommand command, String[] curArgs)protected ResultCommandLogInterceptor. invoke(org.aopalliance.intercept.MethodInvocation invocation, Context context, ICommand command, String[] curArgs)protected ResultHighlightInterceptor. invoke(org.aopalliance.intercept.MethodInvocation invocation, Context context, ICommand command, String[] curArgs)protected ResultMaxTimeInterruptInterceptor. invoke(org.aopalliance.intercept.MethodInvocation invocation, Context context, ICommand command, String[] curArgs)protected ResultScreenshotInterceptor. invoke(org.aopalliance.intercept.MethodInvocation invocation, Context context, ICommand command, String[] curArgs) -
Uses of ICommand in jp.vmi.selenium.selenese.result
Methods in jp.vmi.selenium.selenese.result that return ICommand Modifier and Type Method Description ICommandCommandResult. getCommand()Get command.Methods in jp.vmi.selenium.selenese.result that return types with arguments of type ICommand Modifier and Type Method Description Set<Map.Entry<ICommand,List<CommandResult>>>CommandResultMap. entrySet()Set<ICommand>CommandResultMap. keySet()Methods in jp.vmi.selenium.selenese.result with parameters of type ICommand Modifier and Type Method Description List<CommandResult>CommandResultList. getResults(ICommand command)Get results of the command.List<CommandResult>CommandResultMap. put(ICommand key, List<CommandResult> value)Method parameters in jp.vmi.selenium.selenese.result with type arguments of type ICommand Modifier and Type Method Description voidCommandResultMap. putAll(Map<? extends ICommand,? extends List<CommandResult>> m)Constructors in jp.vmi.selenium.selenese.result with parameters of type ICommand Constructor Description CommandResult(String sequence, ICommand command, List<Screenshot> screenshots, Result result, long startTime, long endTime)Constructor.
-