|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AbstractPluginBrowserAware in org.specrunner.webdriver |
|---|
| Subclasses of AbstractPluginBrowserAware in org.specrunner.webdriver | |
|---|---|
class |
AbstractPluginAlert
Partial implementation for alert interactions. |
class |
AbstractPluginFind
A partial implementation of a plugin which finds elements in pages to perform operations. |
class |
AbstractPluginFindSingle
A specialization of AbstractPluginFind to be overridden by actions that take only one element to perform its action. |
class |
AbstractPluginFindSingleLocatable
Abstraction for Locatable elements. |
class |
AbstractPluginHasCapabilities
Partial implementation for capabilities interactions. |
class |
AbstractPluginHasInputDevices
Partial implementation for input devices interactions. |
class |
AbstractPluginHasTouchScreen
Partial implementation for touch screen interactions. |
class |
AbstractPluginIme
Partial implementation for ime interactions. |
class |
AbstractPluginKeyboard
Partial implementation for keyboard interactions. |
class |
AbstractPluginMouse
Partial implementation for mouse interactions. |
class |
AbstractPluginNavigation
Partial implementation for navigation interactions. |
class |
AbstractPluginOptions
Partial implementation for options interactions. |
class |
AbstractPluginRotatable
Partial implementation for rotatable interactions. |
class |
AbstractPluginSwitchTo
Partial implementation for frame interactions. |
class |
AbstractPluginTimeouts
Partial implementation for timeout interactions. |
class |
AbstractPluginUrlAware
A plugin which works with URLs. |
class |
AbstractPluginWindow
Partial implementation for windows interactions. |
| Uses of AbstractPluginBrowserAware in org.specrunner.webdriver.actions |
|---|
| Subclasses of AbstractPluginBrowserAware in org.specrunner.webdriver.actions | |
|---|---|
class |
AbstractPluginCheck
Partial implementation of actions in checkboxes. |
class |
AbstractPluginSelect
Perform some action over select elements. |
class |
PluginCheck
Check all checkboxes. |
class |
PluginClear
Clear a given element. |
class |
PluginClick
Clicks something. |
class |
PluginClickHold
Clicks and hold. |
class |
PluginClickHoldOn
Clicks and hold a given element. |
class |
PluginClickNext
Clicks on a given element. |
class |
PluginClickOn
Clicks on a given element. |
class |
PluginClose
Closes the driver. |
class |
PluginContextClick
Context click (right-button). |
class |
PluginDoubleClick
Double click. |
class |
PluginDoubleClickOn
Double click on a given element. |
class |
PluginDragAndDrop
Drag the element in 'by' attribute to the destination in 'target', or use xoffset and yoffset. |
class |
PluginHeader
Set the header information. |
class |
PluginMoveBy
Move to a given element. |
class |
PluginMoveTo
Move to a given element. |
class |
PluginOpen
Open a given URL. |
class |
PluginQuit
Quits the driver. |
class |
PluginRelease
Release. |
class |
PluginReleaseOn
Release mouse in a given element. |
class |
PluginSelect
Select a given element, or a list of elements in <ul>. |
class |
PluginStartIn
Sets initial page of a given driver. |
class |
PluginSubmit
Call submit on a given element. |
class |
PluginType
ActionType a text in a given element. |
class |
PluginUncheck
Uncheck checkboxes. |
class |
PluginUnselect
Unselect a given element, or a list of elements in <ul>. |
class |
PluginView
Take a snapshoot. |
| Uses of AbstractPluginBrowserAware in org.specrunner.webdriver.actions.alert |
|---|
| Subclasses of AbstractPluginBrowserAware in org.specrunner.webdriver.actions.alert | |
|---|---|
class |
PluginAlertConfirm
Perform a confirm alert action. |
class |
PluginAlertDismiss
Perform a alert dismiss action. |
class |
PluginAlertType
Perform a type on alert dialogs. |
| Uses of AbstractPluginBrowserAware in org.specrunner.webdriver.actions.input.keyboard |
|---|
| Subclasses of AbstractPluginBrowserAware in org.specrunner.webdriver.actions.input.keyboard | |
|---|---|
class |
PluginPressKeys
Press a given key. |
class |
PluginReleaseKeys
Release a given key. |
| Uses of AbstractPluginBrowserAware in org.specrunner.webdriver.actions.input.mouse |
|---|
| Subclasses of AbstractPluginBrowserAware in org.specrunner.webdriver.actions.input.mouse | |
|---|---|
class |
AbstractPluginCoordinates
Abstract for a plugin with coordinates information. |
class |
PluginClickCoordinates
Command click (by coordinates). |
class |
PluginContextClickCoordinates
Context click action (by coordinates). |
class |
PluginDoubleClickCoordinates
Double click action (by coordinates). |
class |
PluginMouseDownCoordinates
Mouse down action (by coordinates). |
class |
PluginMouseMoveCoordinates
Mouse move action (by coordinates). |
class |
PluginMouseUpCoordinates
Perform mouse up (by coordinates). |
| Uses of AbstractPluginBrowserAware in org.specrunner.webdriver.actions.navigation |
|---|
| Subclasses of AbstractPluginBrowserAware in org.specrunner.webdriver.actions.navigation | |
|---|---|
class |
PluginBack
Call driver back. |
class |
PluginForward
Call driver forward. |
class |
PluginGo
Call browser history to a index. |
class |
PluginRefresh
Call driver refresh. |
| Uses of AbstractPluginBrowserAware in org.specrunner.webdriver.actions.rotatable |
|---|
| Subclasses of AbstractPluginBrowserAware in org.specrunner.webdriver.actions.rotatable | |
|---|---|
class |
PluginRotate
Rotate a web driver. |
| Uses of AbstractPluginBrowserAware in org.specrunner.webdriver.actions.switchto |
|---|
| Subclasses of AbstractPluginBrowserAware in org.specrunner.webdriver.actions.switchto | |
|---|---|
class |
PluginActive
Select the active element. |
class |
PluginDefault
Select default content (see TargetLocator.defaultContent()
description). |
class |
PluginFrame
Select a frame by index or nameOrId. |
class |
PluginFrameOn
Select frame given by element. |
| Uses of AbstractPluginBrowserAware in org.specrunner.webdriver.actions.touch |
|---|
| Subclasses of AbstractPluginBrowserAware in org.specrunner.webdriver.actions.touch | |
|---|---|
class |
AbstractPluginCoordinatesOff
Plugin coordinates with offset. |
class |
AbstractPluginDirectional
Touch screen with starting action point. |
class |
PluginDoubleTap
Double tap action in coordinates. |
class |
PluginDown
Down action in (x,y). |
class |
PluginFlick
Flick action with xspeed and yspeed. |
class |
PluginFlickOff
Flick coordinates, xoffset, yoffset and speed. |
class |
PluginLongPress
Long press action in coordinates. |
class |
PluginMove
Move action in (x,y). |
class |
PluginScroll
Scroll action with offsets. |
class |
PluginScrollOff
Scroll action in coordinates with xoffset and yoffset. |
class |
PluginSingleTap
Single tap action in coordinates. |
class |
PluginUp
Up action in (x,y). |
| Uses of AbstractPluginBrowserAware in org.specrunner.webdriver.actions.window |
|---|
| Subclasses of AbstractPluginBrowserAware in org.specrunner.webdriver.actions.window | |
|---|---|
class |
PluginMaximize
Plugin to maximize window. |
class |
PluginPosition
Plugin to set web driver position. |
class |
PluginSize
Plugin to change window size. |
| Uses of AbstractPluginBrowserAware in org.specrunner.webdriver.assertions |
|---|
| Subclasses of AbstractPluginBrowserAware in org.specrunner.webdriver.assertions | |
|---|---|
class |
AbstractPluginCheckable
Check if elements are selected. |
class |
AbstractPluginEnabled
Check if elements are enabled/not. |
class |
AbstractPluginSelection
Check elements of a selection. |
class |
PluginCheckAtt
Check if a given attribute element contains a text. |
class |
PluginChecked
Check if elements are checked. |
class |
PluginCompareDate
Compare date fields. |
class |
PluginCompareNode
Compare strings. |
class |
PluginCompareTable
Compare tables. |
class |
PluginCompareText
Compare strings. |
class |
PluginContains
Check if body or a given element contains a text. |
class |
PluginDisabled
Check if elements are disabled. |
class |
PluginEnabled
Check if elements are enabled. |
class |
PluginNotContains
Check if body or a given element does not contains a text. |
class |
PluginNotPresent
Check if an id, name, value, xpath, etc is not present. |
class |
PluginOptions
Check select options. |
class |
PluginPresent
Check if an id, name, value, xpath, etc is present. |
class |
PluginSelected
Check select selected items. |
class |
PluginUnchecked
Check if elements are checked. |
| Uses of AbstractPluginBrowserAware in org.specrunner.webdriver.assertions.alert |
|---|
| Subclasses of AbstractPluginBrowserAware in org.specrunner.webdriver.assertions.alert | |
|---|---|
class |
PluginAlertCompare
Compare the text in alert. |
| Uses of AbstractPluginBrowserAware in org.specrunner.webdriver.assertions.rotatable |
|---|
| Subclasses of AbstractPluginBrowserAware in org.specrunner.webdriver.assertions.rotatable | |
|---|---|
class |
PluginScreenOrientation
Check screen orientation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||