Package jp.vmi.selenium.selenese.command
Class EndLoopImpl
- java.lang.Object
-
- jp.vmi.selenium.selenese.command.AbstractCommand
-
- jp.vmi.selenium.selenese.command.BlockEndImpl
-
- jp.vmi.selenium.selenese.command.EndLoopImpl
-
- All Implemented Interfaces:
ArgumentInfo,BlockEnd,ICommand
@Deprecated public abstract class EndLoopImpl extends BlockEndImpl
Deprecated.useBlockEndImplinstead.Default implementation for EndLoop.
-
-
Method Summary
-
Methods inherited from class jp.vmi.selenium.selenese.command.BlockEndImpl
executeImpl, mayUpdateScreen
-
Methods inherited from class jp.vmi.selenium.selenese.command.AbstractCommand
addScreenshot, convertLocators, execute, 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.BlockEnd
setBlockStart
-
Methods inherited from interface jp.vmi.selenium.selenese.command.ICommand
isNativeAlertHandler
-
-