Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-1243

Warp: allow finding elements by JSF ids - @FindByJSF (Graphene integration)

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Unresolved
    • Icon: Major Major
    • warp_1_next
    • warp_1.0.0.Alpha2
    • Extension - Warp
    • None

      Consider following:

      @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;
      

      This will need to allow Graphene test enricher to consume arbitrary annotations - e.g. annotations annotated with @FindCapable providing custom lookup strategy.

            Unassigned Unassigned
            lfryc Lukáš Fryč (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: