]
Lukáš Fryč updated ARQGRA-192:
------------------------------
Fix Version/s: 2.0.0.Alpha3
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
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: