]
Lukáš Fryč resolved ARQGRA-196.
-------------------------------
Resolution: Deferred
Fix Version/s: (was: 2.1-Tracking)
Retrieve text/attribute of an element with @FindBy annotated fields
of alternative types
----------------------------------------------------------------------------------------
Key: ARQGRA-196
URL:
https://issues.jboss.org/browse/ARQGRA-196
Project: Arquillian Graphene
Issue Type: Feature Request
Components: core
Affects Versions: 2.0.0.Alpha2
Reporter: Aslak Knutsen
{code}
@FindBy(xpath = "//a[@id='name']")
private String name;
{code}
When annotating a field of type String a WebElement.getText could be automatically
invoked and the result set on the field.
Other possible supported types could be: Integer, int, Boolean, Date?