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(String content)
Finds a row containing required string.
|
List<LspsTable.LspsTableRow> |
getRowsByCellContent(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, webElementsByXpath
public void rightClick()
UIComponent
rightClick
in class UIComponent
public LspsTable.LspsTableRow getRowByCellContent(String content)
content
- string to look forpublic List<LspsTable.LspsTableRow> getRowsByCellContent(String content)
content
- string to look forCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.