Package jp.vmi.selenium.selenese.command
Class StartLoopImpl
- java.lang.Object
-
- jp.vmi.selenium.selenese.command.AbstractCommand
-
- jp.vmi.selenium.selenese.command.BlockStartImpl
-
- jp.vmi.selenium.selenese.command.StartLoopImpl
-
- All Implemented Interfaces:
ArgumentInfo,BlockStart,ICommand
@Deprecated public abstract class StartLoopImpl extends BlockStartImpl
Deprecated.Default implementation for StartLoop.
-
-
Field Summary
-
Fields inherited from class jp.vmi.selenium.selenese.command.BlockStartImpl
blockEnd
-
Fields inherited from interface jp.vmi.selenium.selenese.command.BlockStart
NO_BLOCK_START, REACHED_COUNT_SEPARATOR
-
-
Method Summary
-
Methods inherited from class jp.vmi.selenium.selenese.command.BlockStartImpl
mayUpdateScreen, setBlockEnd
-
Methods inherited from class jp.vmi.selenium.selenese.command.AbstractCommand
addScreenshot, convertLocators, execute, executeImpl, extractLocators, getArguments, getBlockStart, getIndex, getName, getResult, getScreenshots, getSource, getStartLoop, getVariableResolvedArguments, setBlockStart, setSideCommand, setStartLoop, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface jp.vmi.selenium.selenese.ArgumentInfo
getArgumentCount
-
Methods inherited from interface jp.vmi.selenium.selenese.command.BlockStart
isLoopBlock
-
Methods inherited from interface jp.vmi.selenium.selenese.command.ICommand
isNativeAlertHandler
-
-