Class GetAllWindowTitles
- java.lang.Object
-
- jp.vmi.selenium.selenese.subcommand.AbstractSubCommand<String[]>
-
- jp.vmi.selenium.selenese.subcommand.GetAllWindowTitles
-
- All Implemented Interfaces:
ArgumentInfo,ISubCommand<String[]>
public class GetAllWindowTitles extends AbstractSubCommand<String[]>
Re-implementation of GetAllWindowTitles.
-
-
Constructor Summary
Constructors Constructor Description GetAllWindowTitles()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]execute(Context context, String... args)Execute sub command.-
Methods inherited from class jp.vmi.selenium.selenese.subcommand.AbstractSubCommand
getArgumentTypes, getName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jp.vmi.selenium.selenese.ArgumentInfo
getArgumentCount
-
-
-
-
Method Detail
-
execute
public String[] execute(Context context, String... args)
Description copied from interface:ISubCommandExecute sub command.- Parameters:
context- Selenese Runner context.args- arguments.- Returns:
- sub command result.
-
-