Uses of Class
org.specrunner.webdriver.AbstractPluginFind

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

Uses of AbstractPluginFind in org.specrunner.webdriver
 

Subclasses of AbstractPluginFind in org.specrunner.webdriver
 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.
 

Uses of AbstractPluginFind in org.specrunner.webdriver.actions
 

Subclasses of AbstractPluginFind 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 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 PluginUncheck
          Uncheck checkboxes.
 class PluginUnselect
          Unselect a given element, or a list of elements in <ul>.
 

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

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

Uses of AbstractPluginFind in org.specrunner.webdriver.assertions
 

Subclasses of AbstractPluginFind 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.
 



Copyright © 2013. All rights reserved.