public class LspsTable extends UIComponent
| Modifier and Type | Class and Description |
|---|---|
static class |
LspsTable.LspsTableCell
Represents forms table cells.
|
static class |
LspsTable.LspsTableRow
Represents forms table row.
|
driver, seleniumElement| Constructor and Description |
|---|
LspsTable(WebElement element,
WebDriver driver) |
| Modifier and Type | Method and Description |
|---|---|
LspsTable.LspsTableRow |
getRowByCellContent(java.lang.String content)
Finds a row containing required string.
|
java.util.List<LspsTable.LspsTableRow> |
getRowsByCellContent(java.lang.String content)
Finds visible rows containing required string.
|
void |
rightClick()
Performs right click on the element.
|
as, click, click, doubleClick, extractedSeleniumIfTestBench, extractedSeleniumIfTestBench, focus, getAttribute, getCaption, getClassNames, getErrorMessage, getHint, getId, getModelingId, getText, hasClassName, isEnabled, isValid, isVisible, scrollIntoView, sleep, toHTML, toInnerHTML, toString, webElementsByLspsId$, actions, clickButton, contains, createIdLocator, findAllByAttributeValue, findAllByClassname, findAllByFormId, findAllById, findAllByIdPrefix, findAllByLspsId, findAllByTextContent, findAllByXpath, findByAttributeValue, findByClassname, findByFormId, findById, findByIdPrefix, findByLspsId, findByTextContent, findByXpath, findCaptionByTextContent, findElement, findElements, findNthByTag, getDriver, getLspsCommandExecutor, waitForVaadin, webElementsByExactTextContent, webElementsByFormId, webElementsById, webElementsByIdPrefix, webElementsByLspsFormId, webElementsByTextContent, webElementsByXpathpublic void rightClick()
UIComponentrightClick in class UIComponentpublic LspsTable.LspsTableRow getRowByCellContent(java.lang.String content)
content - string to look forpublic java.util.List<LspsTable.LspsTableRow> getRowsByCellContent(java.lang.String content)
content - string to look forCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.