Skip navigation links
B C E F G H I R S 

B

body() - Method in interface co.boorse.seleniumtable.SeleniumTable
Gets a table containing the tbody content.

C

cellCount() - Method in interface co.boorse.seleniumtable.SeleniumTableRow
Gets the number of cells in this row.
cells() - Method in interface co.boorse.seleniumtable.SeleniumTableRow
Gets the List of all SeleniumTableCell in this row
co.boorse.seleniumtable - package co.boorse.seleniumtable
 

E

ElementContainer - Interface in co.boorse.seleniumtable
 

F

foot() - Method in interface co.boorse.seleniumtable.SeleniumTable
Gets a table containing the tfoot content.

G

get(int) - Method in interface co.boorse.seleniumtable.SeleniumTable
Gets an individual table row by its index in the rows in this table
get(int, int) - Method in interface co.boorse.seleniumtable.SeleniumTable
Gets an individual table cell by its row index and column index in the rows in this table
get(int) - Method in interface co.boorse.seleniumtable.SeleniumTableRow
Gets the SeleniumTableCell in this row from the provided index.
getCaption() - Method in interface co.boorse.seleniumtable.SeleniumTable
y Gets the table <caption> if present.
getColumn(String) - Method in interface co.boorse.seleniumtable.SeleniumTable
Gets the List of all cells under the given column name.
getElement() - Method in interface co.boorse.seleniumtable.ElementContainer
 
getInstance(WebElement) - Static method in interface co.boorse.seleniumtable.SeleniumTable
Gets an instance of SeleniumTable with the base table element provided.
getInstance(WebElement) - Static method in interface co.boorse.seleniumtable.SeleniumTableCell
Gets an instance of SeleniumTableCell with the base cell element provided.
getInstance(WebElement) - Static method in interface co.boorse.seleniumtable.SeleniumTableRow
Gets an instance of SeleniumTableRow with the base row element provided.
getText() - Method in interface co.boorse.seleniumtable.SeleniumTableCell
Gets the text contained in this cell.

H

hasCaption() - Method in interface co.boorse.seleniumtable.SeleniumTable
Gets a flag indicating whether or not the table has a <caption> element.
hasColumn(String) - Method in interface co.boorse.seleniumtable.SeleniumTable
Gets a flag indicating whether or not the provided column name is present in the table.
hasHeaderRow() - Method in interface co.boorse.seleniumtable.SeleniumTable
Gets a flag indicating whether or not the table has a header row.
hasTBody() - Method in interface co.boorse.seleniumtable.SeleniumTable
Gets a flag indicating whether or not the table has a tbody element.
hasTFoot() - Method in interface co.boorse.seleniumtable.SeleniumTable
Gets a flag indicating whether or not the table has a tfoot element.
hasTHead() - Method in interface co.boorse.seleniumtable.SeleniumTable
Gets a flag indicating whether or not the table has a thead element.
head() - Method in interface co.boorse.seleniumtable.SeleniumTable
Gets a table containing the thead content.
headerRow() - Method in interface co.boorse.seleniumtable.SeleniumTable
Gets the SeleniumTableRow that is the header for this table.

I

isHeaderCell() - Method in interface co.boorse.seleniumtable.SeleniumTableCell
Gets a flag indicating whether this cell is a <th> cell or not.
isHeaderRow() - Method in interface co.boorse.seleniumtable.SeleniumTableRow
Check if the row is a header row (containing <th> elements.

R

rowCount() - Method in interface co.boorse.seleniumtable.SeleniumTable
Gets the total number of rows in this table
rows() - Method in interface co.boorse.seleniumtable.SeleniumTable
Gets a list of all rows in the table.

S

SeleniumTable - Interface in co.boorse.seleniumtable
Interface describing a table element that we can interact with in selenium.
SeleniumTableCell - Interface in co.boorse.seleniumtable
 
SeleniumTableRow - Interface in co.boorse.seleniumtable
 
B C E F G H I R S 
Skip navigation links

Copyright © 2019. All rights reserved.