Package | Description |
---|---|
org.safs | |
org.safs.selenium |
Modifier and Type | Method and Description |
---|---|
static boolean |
StringUtils.parseBoolean(java.lang.String booleanString) |
Modifier and Type | Method and Description |
---|---|
protected int |
CFHTMLTable.paramColumn(java.util.Iterator iter,
boolean fuzzy)
Note: Consume one object from parameter 'iter'.
This object is a 'column number' or a 'column header'. |
protected int |
CFHTMLTable.paramRow(java.util.Iterator iter,
boolean fuzzy)
Note: Consume one object from parameter 'iter'.
This object is a 'row number' or a 'row header'. 'row header' is the value of the cell from first column |
protected int |
CFHTMLTable.paramRowFromColumns(java.util.Iterator iter,
boolean fuzzy)
Note: Consume objects from parameter 'iter'.
These objects are pairs of ('column number/column header', 'cell value'). These pairs are used as condition to match a row. |
protected java.lang.String |
CFHTMLTable.paramRowIndexVariable(java.util.Iterator iter)
Note: Consume one object from parameter 'iter'.
This object is a variable name, it will be initialized to "". |
Copyright © SAS Institute. All Rights Reserved.