| Package | Description |
|---|---|
| jp.vmi.selenium.selenese.command | |
| jp.vmi.selenium.selenese.subcommand |
| Modifier and Type | Method and Description |
|---|---|
static ArgumentType |
ArgumentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArgumentType[] |
ArgumentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AbstractCommand(int index,
String name,
String[] args,
ArgumentType... argTypes)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ArgumentType[] |
MouseEventHandler.getArgumentTypes() |
ArgumentType[] |
ISubCommand.getArgumentTypes()
Get arguments of this sub-command.
|
ArgumentType[] |
AbstractSubCommand.getArgumentTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
SubCommandMap.register(com.thoughtworks.selenium.webdriven.SeleneseCommand<?> seleneseCommand,
String name,
ArgumentType... argTypes)
Register SeleneseCommand as ISubCommand.
|
| Constructor and Description |
|---|
AbstractSubCommand(ArgumentType... argTypes)
Constructor.
|
WDCommand(com.thoughtworks.selenium.webdriven.SeleneseCommand<?> seleneseCommand,
String name,
ArgumentType... argTypes)
Constructor.
|
Copyright © 2016. All rights reserved.