Saving values from HTML table

Hi all,

Just started kantu today. Need some help to figure out how to do this

I have a table that looked like this with several rows

And the xpath for the first row is this
/html/body/div/div[2]/div/table/tbody/tr[2]

I need to get the row values and save it to a csv file.
Does anyone have any idea how to do it?
I tried using storeText command but it has errors for me.

storeText is the first and best option. Check your code for mistakes.

Check this csvSave - Daten-driven Testing

For a list of all possible options seeweb scraping with Selenium IDE

Another interesting way to capture table data automatically is to automate a 3rd party Chrome extension like “Table Capture”.

Hi everyone, I have problem with Loop in StoreText
How I determine target parametric ?

target :
xpath=/html/body/div/md-content/ui-view/div/md-table-container/table/tbody/tr[4]/td/table/tbody/tr[5]/td

instead 5 use 2*i+1, where i equal to Loop repeat number