[
https://issues.jboss.org/browse/ARQ-1243?page=com.atlassian.jira.plugin.s...
]
Lukáš Fryč updated ARQ-1243:
----------------------------
Fix Version/s: warp_1.next
(was: warp_1.0.next)
Warp: allow finding elements by JSF ids - @FindByJSF (Graphene
integration)
---------------------------------------------------------------------------
Key: ARQ-1243
URL:
https://issues.jboss.org/browse/ARQ-1243
Project: Arquillian
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Extension - Warp
Affects Versions: warp_1.0.0.Alpha2
Reporter: Lukáš Fryč
Fix For: warp_1.next
Consider following:
{code:java}
@FindBy(id = "form:loginPanel:loginButton")
WebElement loginButton;
@FindByJSF("loginButton")
WebElement loginButton;
// when the locator will be automatically inferred from field name
@FindByJSF
WebElement loginButton;
@FindByJSF
Calendar calendar;
{code}
This will need to allow Graphene test enricher to consume arbitrary annotations - e.g.
annotations annotated with @FindCapable providing custom lookup 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:
http://www.atlassian.com/software/jira