public class GridTHTDElement extends TestBenchElement
<td>
or
<th>
element in a grid.Constructor and Description |
---|
GridTHTDElement() |
Modifier and Type | Method and Description |
---|---|
GridColumnElement |
getColumn()
Gets the column for this grid cell.
|
org.openqa.selenium.SearchContext |
getContext()
Returns this TestBenchElement cast to a SearchContext.
|
GridElement |
getGrid()
Gets the grid containing this element.
|
int |
getRow()
Gets the row index for this grid cell.
|
GridTRElement |
getRowElement()
Gets the TR parent of this element.
|
protected static String |
getSlotText(TestBenchElement slot)
Gets the text content of the elements assigned to the given slot
|
String |
getText() |
callFunction, clear, click, click, compareScreen, compareScreen, compareScreen, contextClick, dispatchEvent, doubleClick, equals, executeScript, findElement, findElements, focus, getAttribute, getCapabilities, getClassNames, getCommandExecutor, getCssValue, getDriver, getLocation, getProperty, getPropertyBoolean, getPropertyDouble, getPropertyElement, getPropertyElements, getPropertyInteger, getPropertyString, getRect, getScreenshotAs, getSize, getTagName, getWrappedElement, hasAttribute, hasClassName, hashCode, init, init, isChrome, isDisplayed, isEnabled, isFirefox, isIE, isSelected, scroll, scrollIntoView, scrollLeft, sendKeys, setProperty, setProperty, setProperty, setProperty, submit, waitForVaadin, waitUntil, waitUntil, wrap, wrapElement, wrapElements
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
$, $
public org.openqa.selenium.SearchContext getContext()
TestBenchElement
getContext
in interface HasSearchContext
getContext
in class TestBenchElement
SearchContext
instancepublic String getText()
getText
in interface org.openqa.selenium.WebElement
getText
in class TestBenchElement
protected static String getSlotText(TestBenchElement slot)
slot
- a <slot>
elementpublic int getRow()
public GridColumnElement getColumn()
public GridElement getGrid()
public GridTRElement getRowElement()
Copyright © 2019. All rights reserved.