]
Juraj Húska updated ARQGRA-235:
-------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Automatically infer ID locator from field name annotated just by
@FindBy
------------------------------------------------------------------------
Key: ARQGRA-235
URL:
https://issues.jboss.org/browse/ARQGRA-235
Project: Arquillian Graphene
Issue Type: Enhancement
Reporter: Lukáš Fryč
Assignee: Juraj Húska
Priority: Minor
Fix For: 2.0.0.Beta1
Consider following:
{code:java}
@FindBy(id = "loginButton")
WebElement loginButton;
@FindBy
WebElement loginButton;
{code}
The lookup should be done using ID or name attribute strategy.
--
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: