public class GridTRElement extends 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.
|
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, 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, wrapElementsclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait$, $public GridTHTDElement getCell(GridColumnElement column)
column - the column elementpublic boolean isSelected()
isSelected in interface org.openqa.selenium.WebElementisSelected in class TestBenchElementtrue if the row is selected, false
otherwisepublic void select()
public void deselect()
public GridElement getGrid()
public GridTHTDElement getDetailsRow()
Copyright © 2018. All rights reserved.