| Package | Description |
|---|---|
| jp.vmi.selenium.selenese | |
| jp.vmi.selenium.selenese.command | |
| jp.vmi.selenium.selenese.inject | |
| jp.vmi.selenium.selenese.result |
| 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 |
AddLocationStrategy
Re-implementation of AddLocationStrategy.
|
class |
AddSelection
Command "addSelection".
|
class |
AddToCollection
Command "addToCollection".
|
class |
AllowNativeXpath
Re-implementation of AllowNativeXPath.
|
class |
AltKeyDown
Command "altKeyDown".
|
class |
AltKeyUp
Command "altKeyUp".
|
class |
AnswerOnNextPrompt
Command "answerOnNextPrompt".
|
class |
Assertion
Commands of "assert*", "verify*", and "waitFor*".
|
class |
AssignId
Re-implementation of AssignId.
|
class |
AttachFile
Re-implementation of AttachFile.
|
class |
BuiltInCommand
Commands implemented by WebDriverCommandProcessor or ISubCommand.
|
class |
CaptureEntirePageScreenshot
Command "captureEntirePageScreenshot".
|
class |
Check
Command "check".
|
class |
ChooseCancelOnNextConfirmation
Command "echo".
|
class |
ChooseOkOnNextConfirmation
Command "echo".
|
class |
Click
Command "click".
|
class |
ClickAt
Command "clickAt".
|
class |
Close
Command "close".
|
class |
Comment |
class |
ControlKeyDown
Command "controlKeyDown".
|
class |
ControlKeyUp
Command "controlKeyUp".
|
class |
CreateCookie
Re-implementation of CreateCookie.
|
class |
DeleteAllVisibleCookies
Re-implementation of DeleteAllVisibleCookies.
|
class |
DeleteCookie
Re-implementation of DeleteCookie.
|
class |
DeselectPopUp
Command "deselectPopUp".
|
class |
DoubleClick
Command "doubleClick".
|
class |
DragAndDrop
Re-implementation of DragAndDrop.
|
class |
DragAndDropToObject
Re-implementation of DragAndDropToObject.
|
class |
Echo
Command "echo".
|
class |
EndFor
Command "endFor".
|
class |
EndLoopImpl
Default implementation for EndLoop.
|
class |
EndWhile
Command "endWhile".
|
class |
FireEvent
Re-implementation of FireEvent.
|
class |
Focus
Command "focus".
|
class |
GoBack
Re-implementation of GoBack.
|
class |
GotoIf
Command "gotoIf".
|
class |
Gotolabel
Command "gotolabel".
|
class |
Highlight
Command "highlight".
|
class |
Include
Command "include".
|
class |
KeyDown
Command "keyDown".
|
class |
KeyPress
Command "keyDown".
|
class |
KeyUp
Command "keyUp".
|
class |
Label
Command "label".
|
class |
MetaKeyDown
Command "metaKeyDown".
|
class |
MetaKeyUp
Command "metaKeyUp".
|
class |
Open
Command "open".
|
class |
OpenWindow
An implementation of the "openWindow" method from Selenium.
|
class |
Pause
Command "pause".
|
class |
Refresh
Re-implementation of Refresh.
|
class |
RemoveAllSelections
Re-implementation of RemoveAllSelections.
|
class |
RemoveSelection
Command "removeSelection".
|
class |
Rollup
Command "rollup".
|
class |
RunScript
An implementation of the "runScript" method from Selenium.
|
class |
Select
Command "select".
|
class |
SelectFrame
Command "selectFrame".
|
class |
SelectPopUp
Command "selectPopUp".
|
class |
SelectWindow
Command "selectWindow".
|
class |
SetCursorPosition
Re-implementation of SetCursorPosition.
|
class |
SetSpeed
Command "setSpeed".
|
class |
SetTimeout
Command "setTimeout".
|
class |
ShiftKeyDown
Command "shiftKeyDown".
|
class |
ShiftKeyUp
Command "shiftKeyUp".
|
class |
StartLoopImpl
Default implementation for StartLoop.
|
class |
StartMarker
Start marker for result sequence.
|
class |
Store
Command "store".
|
class |
StoreFor
Command "storeFor".
|
class |
Submit
Command "submit".
|
class |
Type
Command "type".
|
class |
TypeKeys
Command "typeKeys".
|
class |
Uncheck
Command "uncheck".
|
class |
UseXpathLibrary
Re-implementation of UseXpathLibrary.
|
class |
WaitForCondition
An implementation of "waitForCondition".
|
class |
WaitForPageToLoad
Re-implementation of "waitForPageToLoad".
|
class |
WaitForPopUp
Command "waitForPopUp".
|
class |
While
Command "while".
|
class |
WindowFocus
Re-implementation of WindowFocus.
|
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.
|
protected 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 |
CommandSequence.increment(ICommand command)
Increment sequence.
|
void |
CommandListIterator.set(ICommand e) |
| Constructor and Description |
|---|
StartMarker(ICommand command,
String message)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected Result |
ScreenshotInterceptor.invoke(org.aopalliance.intercept.MethodInvocation invocation,
Context context,
ICommand command,
String[] curArgs) |
protected Result |
MaxTimeInterruptInterceptor.invoke(org.aopalliance.intercept.MethodInvocation invocation,
Context context,
ICommand command,
String[] curArgs) |
protected Result |
HighlightInterceptor.invoke(org.aopalliance.intercept.MethodInvocation invocation,
Context context,
ICommand command,
String[] curArgs) |
protected Result |
CommandLogInterceptor.invoke(org.aopalliance.intercept.MethodInvocation invocation,
Context context,
ICommand command,
String[] curArgs) |
protected abstract Result |
AbstractDoCommandInterceptor.invoke(org.aopalliance.intercept.MethodInvocation invocation,
Context context,
ICommand command,
String[] curArgs) |
| Modifier and Type | Method and Description |
|---|---|
ICommand |
CommandResult.getCommand()
Get command.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<ICommand,List<CommandResult>>> |
CommandResultMap.entrySet() |
Set<ICommand> |
CommandResultMap.keySet() |
| Modifier and Type | Method and Description |
|---|---|
List<CommandResult> |
CommandResultList.getResults(ICommand command)
Get results of the command.
|
List<CommandResult> |
CommandResultMap.put(ICommand key,
List<CommandResult> value) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandResultMap.putAll(Map<? extends ICommand,? extends List<CommandResult>> m) |
| Constructor and Description |
|---|
CommandResult(String sequence,
ICommand command,
List<Screenshot> screenshots,
Result result,
long startTime,
long endTime)
Constructor.
|
Copyright © 2017. All rights reserved.