[arquillian-issues] [JBoss JIRA] (ARQGRA-196) Retrieve text/attribute of an element with @FindBy annotated fields of alternative types

Lukáš Fryč (JIRA) issues at jboss.org
Mon Sep 22 09:15:08 EDT 2014


     [ https://issues.jboss.org/browse/ARQGRA-196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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?



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)



More information about the arquillian-issues mailing list