[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
Wed Dec 12 05:05:17 EST 2012


Lukáš Fryč created ARQ-1243:
-------------------------------

             Summary: 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č


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