[arquillian-issues] [JBoss JIRA] (ARQGRA-192) Support enriching also List<WebElement> fields annotated with @FindBy

Juraj Húska (JIRA) jira-events at lists.jboss.org
Thu Sep 13 09:58:33 EDT 2012


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

Juraj Húska updated ARQGRA-192:
-------------------------------

              Status: Pull Request Sent  (was: Open)
    Git Pull Request: https://github.com/arquillian/arquillian-graphene/pull/44

    
> Support enriching also List<WebElement> fields annotated with @FindBy
> ---------------------------------------------------------------------
>
>                 Key: ARQGRA-192
>                 URL: https://issues.jboss.org/browse/ARQGRA-192
>             Project: Arquillian Graphene
>          Issue Type: Feature Request
>          Components: core
>    Affects Versions: 2.0.0.Alpha2
>            Reporter: Juraj Húska
>            Assignee: Juraj Húska
>
> Currently there is only supported initialization of:
> {code}
> @FindBy(strategy=locator)
> WebElement element;
> {code}
> Add also support for this use case:
> {code}
> @FindBy(strategy=locator)
> List<WebElement> elements;
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the arquillian-issues mailing list