[arquillian-issues] [JBoss JIRA] (ARQ-1243) Warp: allow finding elements by JSF ids - @FindByJSF (Graphene integration)

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Thu Feb 28 05:17:57 EST 2013


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

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



More information about the arquillian-issues mailing list