Uses of Class
org.seleniuminspector.ElementInspector

Packages that use ElementInspector
org.seleniuminspector   
org.seleniuminspector.html   
 

Uses of ElementInspector in org.seleniuminspector
 

Subclasses of ElementInspector in org.seleniuminspector
 class DocumentInspector
           
 class ElementByExpressionInspector
          Defines an inspector for an element retrieved with an associated script.
 class ElementByLocatorInspector
          Inspects an element by the specified Selenium locator.
 class ElementByReferenceInspector
          Inspects the same element as the associated element inspector.
 class SubElementByExpressionInspector
           
 class SubElementByPathInspector
           
 class SubElementInspector
           
 class WindowInspector
           
 

Methods in org.seleniuminspector that return ElementInspector
protected  ElementInspector SeleniumTestCase.element(java.lang.String elementLocator)
           
 ElementInspector ElementInspector.firstChild()
           
protected  ElementInspector SubElementInspector.getBaseElement()
           
 ElementInspector ElementInspector.lastChild()
           
 ElementInspector ElementInspector.nextSibling()
           
 ElementInspector ElementInspector.parentNode()
           
 ElementInspector ElementInspector.previousSibling()
           
 ElementInspector ElementInspector.subElement(java.lang.String subElementPath)
          Returns an ElementInspector object for a sub-element defined by the path relative to the element represented by this ElementInspector.
 

Methods in org.seleniuminspector that return types with arguments of type ElementInspector
 java.util.List<ElementInspector> ElementInspector.childNodes()
           
 java.util.List<ElementInspector> ElementInspector.childNodesByName(java.lang.String nodeName)
           
protected  java.util.List<ElementInspector> ElementInspector.getElementsByScript(java.lang.String listRetrievalScript)
           
 java.util.List<ElementInspector> ElementInspector.getElementsByTagName(java.lang.String tagName)
          Executes the JavaScript getElementsByTagName(tagName) function, and returns a list of corresponding element inspectors.
 

Methods in org.seleniuminspector with parameters of type ElementInspector
protected  void SeleniumTestCase.createEvent(ElementInspector containerElement, java.lang.String elementPath, SeleniumTestCase.EventType eventType, java.lang.String eventName, int keyCode, boolean shiftPressed)
           
 

Constructors in org.seleniuminspector with parameters of type ElementInspector
ElementByReferenceInspector(ElementInspector element)
           
SubElementByExpressionInspector(ElementInspector baseElement, java.lang.String subElementExpression)
           
SubElementByPathInspector(ElementInspector baseElement, java.lang.String subElementPath)
           
SubElementInspector(ElementInspector baseElement)
           
 

Uses of ElementInspector in org.seleniuminspector.html
 

Subclasses of ElementInspector in org.seleniuminspector.html
 class InputInspector
           
 class LiInspector
           
 class TableCellInspector
           
 class TableColumnInspector
           
 class TableInspector
           
 class TableRowInspector
           
 class TableSectionInspector
           
 class TextAreaInspector
           
 class UlInspector
           
 

Constructors in org.seleniuminspector.html with parameters of type ElementInspector
InputInspector(ElementInspector inputElement)
           
LiInspector(ElementInspector element)
           
TableInspector(ElementInspector tableElement)
           
TableRowInspector(TableSectionInspector section, ElementInspector row)
           
TextAreaInspector(ElementInspector element)
           
UlInspector(ElementInspector ulElement)
           
 

Constructor parameters in org.seleniuminspector.html with type arguments of type ElementInspector
TableSectionInspector(TableInspector table, java.util.List<ElementInspector> rows)
           
 



Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.