Package jp.vmi.selenium.selenese.command
Class Label
java.lang.Object
jp.vmi.selenium.selenese.command.AbstractCommand
jp.vmi.selenium.selenese.command.Label
- All Implemented Interfaces:
ArgumentInfo,ICommand,ILabel
public class Label extends AbstractCommand implements ILabel
Command "label".
-
Method Summary
Modifier and Type Method Description protected ResultexecuteImpl(Context context, String... curArgs)StringgetLabel()Get label string.booleanmayUpdateScreen()May the command update screen?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, 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
-
mayUpdateScreen
public boolean mayUpdateScreen()Description copied from interface:ICommandMay the command update screen?- Specified by:
mayUpdateScreenin interfaceICommand- Overrides:
mayUpdateScreenin classAbstractCommand- Returns:
- true if the command may update screen.
-
getLabel
Get label string. -
executeImpl
- Specified by:
executeImplin classAbstractCommand
-