|
| Selenium.Syntax | | Portability | non-portable (multi-parameter type classes) | | Stability | provisional | | Maintainer | Aaron Tomb <atomb@galois.com> |
|
|
|
| Description |
| Haskell data structures describing the commands understood by the Selenium
web application testing system.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| An SCommand: an action or accessor
| | Constructors | | SClick | | | SDoubleClick | | | SClickAt | | | SDoubleClickAt | | | SFireEvent | | | SKeyPress | | | SShiftKeyDown | | | SShiftKeyUp | | | SMetaKeyDown | | | SMetaKeyUp | | | SAltKeyDown | | | SAltKeyUp | | | SControlKeyDown | | | SControlKeyUp | | | SKeyDown | | | SKeyUp | | | SMouseOver | | | SMouseOut | | | SMouseDown | | | SMouseDownAt | | | SMouseUp | | | SMouseUpAt | | | SMouseMove | | | SMouseMoveAt | | | SType | | | STypeKeys | | | SSetSpeed | | | SGetSpeed | | | SCheck | | | SUncheck | | | SSelect | | | SAddSelection | | | SRemoveSelection | | | SRemoveAllSelections | | | SSubmit | | | SOpen | | | SOpenWindow | | | SSelectWindow | | | SSelectFrame | | | SFrameMatchesExpression | | | SWindowMatchesExpression | | | SWaitForPopup | | | SCancelNextPrompt | | | SAnswerNextPrompt | | | SGoBack | | | SRefresh | | | SClose | | | SIsAlertPresent | | | SIsPromptPresent | | | SIsConfirmationPresent | | | SGetAlert | | | SGetConfirmation | | | SGetPrompt | | | SGetLocation | | | SGetTitle | | | SGetBodyText | | | SGetValue | | | SGetText | | | SHighlight | | | SEval | | | SIsChecked | | | SGetTable | | | SGetSelectedLabels | | | SGetSelectedLabel | | | SGetSelectedValues | | | SGetSelectedValue | | | SGetSelectedIndexes | | | SGetSelectedIndex | | | SGetSelectedIds | | | SGetSelectedId | | | SIsSomethingSelected | | | SGetSelectOptions | | | SGetAttribute | | | SIsTextPresent | | | SIsElementPresent | | | SIsVisible | | | SIsEditable | | | SGetAllButtons | | | SGetAllLinks | | | SGetAllFields | | | SGetAttrFromAllWindows | | | SSetMouseSpeed | | | SGetMouseSpeed | | | SDragAndDrop | | | SDragAndDropToObject | | | SWindowFocus | | | SWindowMaximize | | | SGetAllWindowIds | | | SGetAllWindowNames | | | SGetAllWindowTitles | | | SGetHTMLSource | | | SSetCursorPosition | | | SGetElementIndex | | | SIsOrdered | | | SGetElementPositionLeft | | | SGetElementPositionTop | | | SGetElementWidth | | | SGetElementHeight | | | SGetCursorPosition | | | SSetContext | | | SGetExpression | | | SWaitForCondition | | | SGetXPathCount | | | SAddLocationStrategy | | | SSetTimeout | | | SWaitForPage | | | SGetCookie | | | SCreateCookie | | | SDeleteCookie | | | STestComplete | | | SNewSession | |
| Instances | |
|
|
|
| Constructors | | Instances | |
|
|
| data SelectOptionLocator | Source |
|
| Constructors | | Instances | |
|
|
| Produced by Haddock version 2.4.2 |