selenium-0.2.2: Test web applications through a browser.Source codeContentsIndex
Selenium.Syntax
Portabilitynon-portable (multi-parameter type classes)
Stabilityprovisional
MaintainerAaron Tomb <atomb@galois.com>
Description
Haskell data structures describing the commands understood by the Selenium web application testing system.
Synopsis
data SCommand
= 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
data Locator
= IdOrName String
| Id String
| Name String
| DOM String
| XPath String
| Link String
| CSS String
data SelectOptionLocator
= OptionLabel String
| OptionValue String
| OptionId String
| OptionIndex Int
Documentation
data SCommand Source
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
show/hide Instances
data Locator Source
Constructors
IdOrName String
Id String
Name String
DOM String
XPath String
Link String
CSS String
show/hide Instances
data SelectOptionLocator Source
Constructors
OptionLabel String
OptionValue String
OptionId String
OptionIndex Int
show/hide Instances
Produced by Haddock version 2.4.2