public class TableCell
extends java.lang.Object
Constructor and Description |
---|
TableCell(org.openqa.selenium.WebElement cellElement) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttribute(java.lang.String attribute) |
org.openqa.selenium.Point |
getLocation() |
org.openqa.selenium.Dimension |
getSize() |
java.lang.String |
getText() |
boolean |
isDisplayed() |
boolean |
isEnabled() |
public java.lang.String getText()
public java.lang.String getAttribute(java.lang.String attribute)
public org.openqa.selenium.Point getLocation()
public org.openqa.selenium.Dimension getSize()
public boolean isDisplayed()
public boolean isEnabled()