Package jp.vmi.selenium.selenese.command
Class Do
java.lang.Object
jp.vmi.selenium.selenese.command.AbstractCommand
jp.vmi.selenium.selenese.command.BlockStartImpl
jp.vmi.selenium.selenese.command.Do
- All Implemented Interfaces:
ArgumentInfo,BlockStart,ICommand
public class Do extends BlockStartImpl
Command "do".
-
Field Summary
Fields inherited from class jp.vmi.selenium.selenese.command.BlockStartImpl
blockEndFields inherited from interface jp.vmi.selenium.selenese.command.BlockStart
NO_BLOCK_START, REACHED_COUNT_SEPARATOR -
Method Summary
Modifier and Type Method Description protected ResultexecuteImpl(Context context, String... curArgs)booleanisLoopBlock()True if the block is loop.Methods inherited from class jp.vmi.selenium.selenese.command.BlockStartImpl
mayUpdateScreen, setBlockEndMethods 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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jp.vmi.selenium.selenese.ArgumentInfo
getArgumentCountMethods inherited from interface jp.vmi.selenium.selenese.command.ICommand
isComposite, isNativeAlertHandler
-
Method Details
-
isLoopBlock
public boolean isLoopBlock()Description copied from interface:BlockStartTrue if the block is loop.- Returns:
- true if the block is loop
-
executeImpl
- Specified by:
executeImplin classAbstractCommand
-