Class Cell
- java.lang.Object
-
- org.primefaces.selenium.component.model.datatable.Cell
-
- Direct Known Subclasses:
HeaderCell
public class Cell extends Object
-
-
Constructor Summary
Constructors Constructor Description Cell(org.openqa.selenium.WebElement webElement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetText()org.openqa.selenium.WebElementgetWebElement()voidsetWebElement(org.openqa.selenium.WebElement webElement)
-
-
-
Method Detail
-
getWebElement
public org.openqa.selenium.WebElement getWebElement()
-
setWebElement
public void setWebElement(org.openqa.selenium.WebElement webElement)
-
getText
public String getText()
-
-