[
https://issues.jboss.org/browse/ARQGRA-192?page=com.atlassian.jira.plugin...
]
Lukáš Fryč updated ARQGRA-192:
------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
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
Priority: Critical
Fix For: 2.0.0.Alpha3
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