| Interface | Description |
|---|---|
| EndLoop |
interface for end-of-loop commands.
|
| ICommand |
Command interface.
|
| ICommandFactory |
Interface of command factory.
|
| ILabel |
Command with label information.
|
| StartLoop |
Interface for beginning-of-loop commands.
|
| UserDefinedCommandFactory | Deprecated
use
ICommandFactory. |
| Class | Description |
|---|---|
| AbstractCommand |
Base implementation of command.
|
| AddCollection |
Command "addCollection".
|
| AddToCollection |
Command "addToCollection".
|
| Assertion |
Commands of "assert*", "verify*", and "waitFor*".
|
| BuiltInCommand |
Commands implemented by
WebDriverCommandProcessor or ISubCommand. |
| CaptureEntirePageScreenshot |
Command "captureEntirePageScreenshot".
|
| Command | Deprecated
use
AbstractCommand. |
| CommandFactory |
Factory of selenese command.
|
| CommandList |
Command list.
|
| CommandListIterator |
Iterator of CommandList.
|
| CommandSequence |
Command sequence.
|
| Comment | |
| Echo |
Command "echo".
|
| EndFor |
Command "endFor".
|
| EndLoopImpl |
Default implementation for EndLoop.
|
| EndWhile |
Command "endWhile".
|
| GotoIf |
Command "gotoIf".
|
| Gotolabel |
Command "gotolabel".
|
| Highlight |
Command "highlight".
|
| Include |
Command "include".
|
| Label |
Command "label".
|
| Open |
Command "open".
|
| OpenWindow |
An implementation of the "openWindow" method from Selenium.
|
| Pause |
Command "pause".
|
| Rollup |
Command "rollup".
|
| RunScript |
An implementation of the "runScript" method from Selenium.
|
| Screenshot |
Screenshot information.
|
| SelectFrame |
Command "selectFrame".
|
| SetSpeed |
Command "setSpeed".
|
| SetTimeout |
Command "setTimeout".
|
| StartLoopImpl |
Default implementation for StartLoop.
|
| StartMarker |
Start marker for result sequence.
|
| Store |
Command "store".
|
| StoreFor |
Command "storeFor".
|
| WaitForCondition |
An implementation of "waitForCondition".
|
| WaitForPageToLoad |
Re-implementation of "waitForPageToLoad".
|
| While |
Command "while".
|
| WindowMaximize |
Command "windowMaximize".
|
| Enum | Description |
|---|---|
| ArgumentType |
Type of command arguments.
|
Copyright © 2016. All rights reserved.