Uses of Class
org.specrunner.webdriver.AbstractPluginFindSingle

Packages that use AbstractPluginFindSingle
org.specrunner.webdriver.actions   
org.specrunner.webdriver.actions.switchto   
org.specrunner.webdriver.assertions   
 

Uses of AbstractPluginFindSingle in org.specrunner.webdriver.actions
 

Subclasses of AbstractPluginFindSingle in org.specrunner.webdriver.actions
 class AbstractPluginSelect
          Perform some action over select elements.
 class PluginClear
          Clear a given element.
 class PluginClickHoldOn
          Clicks and hold a given element.
 class PluginClickNext
          Clicks on a given element.
 class PluginClickOn
          Clicks on a given element.
 class PluginContextClick
          Context click (right-button).
 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 PluginMoveBy
          Move to a given element.
 class PluginMoveTo
          Move to a given element.
 class PluginReleaseOn
          Release mouse in a given element.
 class PluginSelect
          Select a given element, or a list of elements in <ul>.
 class PluginSubmit
          Call submit on a given element.
 class PluginType
          ActionType a text in a given element.
 class PluginUnselect
          Unselect a given element, or a list of elements in <ul>.
 

Uses of AbstractPluginFindSingle in org.specrunner.webdriver.actions.switchto
 

Subclasses of AbstractPluginFindSingle in org.specrunner.webdriver.actions.switchto
 class PluginFrameOn
          Select frame given by element.
 

Uses of AbstractPluginFindSingle in org.specrunner.webdriver.assertions
 

Subclasses of AbstractPluginFindSingle in org.specrunner.webdriver.assertions
 class AbstractPluginSelection
          Check elements of a selection.
 class PluginCheckAtt
          Check if a given attribute element contains a text.
 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 PluginNotContains
          Check if body or a given element does not contains a text.
 class PluginOptions
          Check select options.
 class PluginSelected
          Check select selected items.
 



Copyright © 2013. All rights reserved.