Reading unordered list from web page

I am trying to read an unordered list

    /
  • within a
    statement.
    Tried to read it through the following plugins: Web Table and Web Table Loops.
    Is this the correct way in implementing this or should Get Value be used and generate a loop for this purpose incrementing the index?
    Thanks

HI @wllmdjngh to use Web Table it has to be a table element in the web page.
If that’s not the case you can read each element by using the Loop and creating the Xpath by adding the iteration as part of the xpath in order to read all elements of that Web Page.

Thanks Fernando. That is what I thought. The issue here is that the tag can have varying number of

  • tags so a fixed number of iterations does not apply here. Would have to find out how many there are to then apply the number of iterations.