public class GridTRElement
extends com.vaadin.testbench.TestBenchElement
<tr> element in a grid.| Constructor and Description |
|---|
GridTRElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
deselect()
Deselects the row if it is selected.
|
GridTHTDElement |
getCell(GridColumnElement column)
Gets the cell for the given column in this row.
|
List<GridTHTDElement> |
getCells(GridColumnElement... columns)
Gets the cells for the given columns in this row.
|
GridTHTDElement |
getDetails()
Gets the row details for this row.
|
GridTHTDElement |
getDetailsRow()
Gets the details container for this row.
|
GridElement |
getGrid()
Gets the grid containing this element.
|
boolean |
isSelected()
Checks if the row is selected
|
void |
select()
Selects the row if it is not already selected.
|
callFunction, clear, click, click, compareScreen, compareScreen, compareScreen, contextClick, dispatchEvent, dispatchEvent, doubleClick, equals, executeScript, findElement, findElements, focus, getAttribute, getCapabilities, getClassNames, getCommandExecutor, getContext, getCssValue, getDriver, getLocation, getProperty, getPropertyBoolean, getPropertyDouble, getPropertyElement, getPropertyElements, getPropertyInteger, getPropertyString, getRect, getScreenshotAs, getSize, getTagName, getText, getWrappedElement, hasAttribute, hasClassName, hashCode, init, init, isChrome, isDisplayed, isEnabled, isFirefox, isIE, scroll, scrollIntoView, scrollLeft, sendKeys, setProperty, setProperty, setProperty, setProperty, submit, waitForVaadin, waitUntil, waitUntil, wrap, wrapElement, wrapElementspublic GridTHTDElement getCell(GridColumnElement column)
column - the column elementpublic List<GridTHTDElement> getCells(GridColumnElement... columns)
columns - the column elementsGridTHTDElement list with the cells for the given
columnspublic GridTHTDElement getDetails()
public boolean isSelected()
isSelected in interface org.openqa.selenium.WebElementisSelected in class com.vaadin.testbench.TestBenchElementtrue if the row is selected, false
otherwisepublic void select()
public void deselect()
public GridElement getGrid()
public GridTHTDElement getDetailsRow()
Copyright © 2025. All rights reserved.