org.seleniuminspector.html
Class TableInspector

java.lang.Object
  extended by org.seleniuminspector.ElementInspector
      extended by org.seleniuminspector.ElementByReferenceInspector
          extended by org.seleniuminspector.html.TableInspector

public class TableInspector
extends ElementByReferenceInspector


Constructor Summary
TableInspector(ElementInspector tableElement)
           
TableInspector(java.lang.String locator)
           
 
Method Summary
 void assertBodyRowTexts(java.lang.String... expectedRowTexts)
           
 TableSectionInspector body()
           
 TableColumnInspector column(int columnIndex)
           
protected  TableSectionInspector createSectionInspector(java.lang.String sectionTagName)
           
 TableSectionInspector footer()
           
 int getColumnCount()
           
 TableSectionInspector header()
           
 
Methods inherited from class org.seleniuminspector.ElementByReferenceInspector
getElementReferenceExpression, toString
 
Methods inherited from class org.seleniuminspector.ElementInspector
adaptColorString, adaptFontWeightString, asSeleniumLocator, assertAttribute, assertAttributeStartsWith, assertContainsText, assertElementExists, assertElementExists, assertExpressionEquals, assertExpressionEquals, assertExpressionEquals, assertExpressionEquals, assertExpressionStartsWith, assertHeight, assertHeight, assertNodeName, assertPosition, assertPosition, assertSize, assertSize, assertStyle, assertSubtext, assertText, assertVisible, assertWidth, assertWidth, attribute, calculateStyleProperty, childNodes, childNodesByName, className, click, clickAndWait, clickAndWait, doubleClick, dragAndDrop, elementExists, escapeStringForJS, escapeStringForJSAndQuote, evalBooleanExpression, evalExpression, evalIntExpression, evalSeleniumInspectorExpression, executeSeleniumCommand, fireEvent, fireEvent, firstChild, focus, getElementsByScript, getElementsByTagName, getSelenium, hasChildNodes, id, isCommentNode, isDocumentNode, isTextNode, isVisible, keyDown, keyDown, keyPress, keyPress, keyUp, keyUp, lastChild, mouseDown, mouseMove, mouseOut, mouseOver, mouseUp, nextSibling, nodeName, nodeValue, parentNode, position, previousSibling, rectangle, selectByLabel, selectOptions, setCursorPosition, size, sleep, subElement, text
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableInspector

public TableInspector(ElementInspector tableElement)

TableInspector

public TableInspector(java.lang.String locator)
Method Detail

header

public TableSectionInspector header()

body

public TableSectionInspector body()

footer

public TableSectionInspector footer()

createSectionInspector

protected TableSectionInspector createSectionInspector(java.lang.String sectionTagName)

getColumnCount

public int getColumnCount()

column

public TableColumnInspector column(int columnIndex)

assertBodyRowTexts

public void assertBodyRowTexts(java.lang.String... expectedRowTexts)


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