Package jp.vmi.selenium.selenese.command
Class Rollup
java.lang.Object
jp.vmi.selenium.selenese.command.AbstractCommand
jp.vmi.selenium.selenese.command.Rollup
- All Implemented Interfaces:
ArgumentInfo,ICommand
public class Rollup extends AbstractCommand
Command "rollup".
-
Method Summary
Modifier and Type Method Description protected ResultexecuteImpl(Context context, String... curArgs)booleanisComposite()Is the command a composite of other commands?Methods inherited from class jp.vmi.selenium.selenese.command.AbstractCommand
addScreenshot, convertLocators, execute, extractLocators, getArguments, getBlockStart, getIndex, getName, getResult, getScreenshots, getSource, getStartLoop, getVariableResolvedArguments, mayUpdateScreen, 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
isNativeAlertHandler
-
Method Details
-
isComposite
public boolean isComposite()Description copied from interface:ICommandIs the command a composite of other commands?- Returns:
- true if the command is a composite of other commands.
-
executeImpl
- Specified by:
executeImplin classAbstractCommand
-