Forum Discussion

DaveBillingham's avatar
DaveBillingham
New Contributor
4 years ago
Solved

Best way to dynamically iterate a set of repeating fields on a web page in Keyword Test

I'm developing a keyword test to property checkpoint some values on an Oracle Cloud web based application. The web form has two sections - header and details. The details section consists of one or m...
  • BenoitB's avatar
    4 years ago

    function SearchFor(Page = Browser.currentPage, GridId)

    On Page

      Find container of the grid GridId

        On container, loop until row number

           Items[] = ItemName<Counter> + Quantity<key><Counter> + Uo<key><Counter>

    return Items

     

    Don"t using KWT but in script it's not too complex