How to parse the table is this page?

You can use:
storeText | //tr[2]//td[1] | Name1
storeText | //tr[2]//td[3] | Price1
Just change the tr[2] which is row #1 to a tr[3] which is for row #2, etc.
https://ui.vision/rpa/docs/selenium-ide/storetext

Or how about putting it into csv?
https://ui.vision/rpa/docs/selenium-ide/csvsave

1 Like