JBoss Community Archive (Read Only)

Graphene 2

GrapheneElement

To extend WebElement interface with some methods, Graphene comes with its GrapheneElement implementation.

It supports all WebElement methods, and currently adds only support for boolean isPresent() method.

GrapheneElement can be used in the same places as WebElement.

@FindBy(tagName = "input")
private GrapheneElement button;
JBoss.org Content Archive (Read Only), exported from JBoss Community Documentation Editor at 2020-03-10 12:14:40 UTC, last content change 2013-09-10 21:21:59 UTC.