| Package | Description |
|---|---|
| jp.vmi.selenium.selenese | |
| jp.vmi.selenium.selenese.command |
| Modifier and Type | Method and Description |
|---|---|
void |
TestCase.addCommand(ICommand command)
Add command to command list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCommand
Base implementation of command.
|
class |
AddCollection
Command "addCollection".
|
class |
AddToCollection
Command "addToCollection".
|
class |
Assertion
Commands of "assert*", "verify*", and "waitFor*".
|
class |
BuiltInCommand
Commands implemented by
WebDriverCommandProcessor or ISubCommand. |
class |
CaptureEntirePageScreenshot
Command "captureEntirePageScreenshot".
|
class |
Command
Deprecated.
use
AbstractCommand. |
class |
Comment |
class |
Echo
Command "echo".
|
class |
EndFor
Command "endFor".
|
class |
EndLoopImpl |
class |
EndWhile
Command "endWhile".
|
class |
GotoIf
Command "gotoIf".
|
class |
Gotolabel
Command "gotolabel".
|
class |
Highlight
Command "highlight".
|
class |
Label
Command "label".
|
class |
Open
Command "open".
|
class |
OpenWindow
An implementation of the "openWindow" method from Selenium.
|
class |
Pause
Command "pause".
|
class |
Rollup
Command "rollup".
|
class |
RunScript
An implementation of the "runScript" method from Selenium.
|
class |
SelectFrame
Command "selectFrame".
|
class |
SetSpeed
Command "setSpeed".
|
class |
SetTimeout
Command "setTimeout".
|
class |
StartLoopImpl
Implements
StartLoopImpl.getReachedCounts() for start loop command. |
class |
Store
Command "store".
|
class |
StoreFor
Command "storeFor".
|
class |
While
Command "while".
|
class |
WindowMaximize
Command "windowMaximize".
|
| Modifier and Type | Method and Description |
|---|---|
ICommand |
ICommandFactory.newCommand(int index,
String name,
String... args)
Constructs selenese command.
|
ICommand |
CommandFactory.newCommand(int index,
String name,
String... args) |
ICommand |
CommandListIterator.next() |
ICommand |
CommandListIterator.previous() |
| Modifier and Type | Method and Description |
|---|---|
static Set<Map.Entry<String,Constructor<? extends ICommand>>> |
CommandFactory.getCommandEntries()
Get command entries.
|
ListIterator<ICommand> |
CommandList.originalListIterator(int index)
Original list iterator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommandListIterator.add(ICommand e) |
boolean |
CommandList.add(ICommand command) |
protected Result |
CommandList.doCommand(Context context,
ICommand command,
String... curArgs) |
void |
CommandListIterator.set(ICommand e) |
Copyright © 2014. All rights reserved.