• Icon: Sub-task Sub-task
    • Resolution: Won't Do
    • Icon: Major Major
    • 1.2.x
    • 1.1.1.Final
    • Management UI
    • None

      See the attached screenshot - most/many of the elements displayed in thie page are lacking easily identifiable id's - can we do anything about this? Thx!

      Choose a policy type pulldown:
      //div[@id='form-page']/div[4]/dl/dd/div/button
      or
      //button[@type='button']

      Policy types within that pulldown:
      //li[2]/a/span - Authorization Policy
      //li[3]/a/span - BASIC Authentication Policy
      //li[4]/a/span - Ignored Resources Policy
      //li[5]/a/span - IP Blacklist Policy
      //li[6]/a/span - IP Whitelist Policy
      //li[7]/a/span - Rate Limiting Policy

      Rate Limiting Policy:
      I want to limit request rates to: //input[@type='number']
      Granularity: xpath=(//button[@type='button'])[2]
      Per: xpath=(//button[@type='button'])[3]

      Limit request header:
      xpath=(//input[@type='text'])[3]

      Remaining response header:
      xpath=(//input[@type='text'])[4]

      Reset Response Header:
      xpath=(//input[@type='text'])[5]

      Save button:
      //div[@id='form-page']/div[7]/button

      Cancel button:
      link=Cancel

              ewittman@redhat.com Eric Wittmann
              ldimaggi@redhat.com Len DiMaggio
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: