Package jp.vmi.selenium.selenese.command
Class EditContent
java.lang.Object
jp.vmi.selenium.selenese.command.AbstractCommand
jp.vmi.selenium.selenese.command.EditContent
- All Implemented Interfaces:
ArgumentInfo,ICommand
public class EditContent extends AbstractCommand
Command "EditContent".
Not supported officially by Selenium IDE as of 23/11/2017
But present and useable in their new port of SideeX
-
Method Summary
Modifier and Type Method Description protected ResultexecuteImpl(Context context, String... curArgs)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
isComposite, isNativeAlertHandler
-
Method Details
-
executeImpl
- Specified by:
executeImplin classAbstractCommand
-