Hello , I am trying to scrape data from the table in the screenshot below, I tried with the table sector but it did not work so I followed the instructions for scrapping multiple records from the same page starting with an element selector (parent) then child text selectors. Some text selectors work but some retrieve only the data from the first row then returns "Null" for all rows after the first one.
I am including the sitemap export and the data preview showing null from the second row onward for the "Status" field
Please let me know what is wrong
The sitemap Export:
{"_id":"one","startUrl":["Amazon Sign In span.mt-text-content","type":"SelectorText"},{"delay":0,"id":"Title","multiple":false,"parentSelectors":["Line"],"regex":"","selector":"a.mt-table-main","type":"SelectorText"},{"delay":0,"id":"Q_Avail","multiple":false,"parentSelectors":["Line"],"regex":"","selector":".mt-right div.mt-layout-inline","type":"SelectorText"},{"delay":0,"id":"Total_Fee","multiple":false,"parentSelectors":["Line"],"regex":"","selector":"a.np-widget-inline-text","type":"SelectorText"},{"delay":0,"id":"Status","multiple":false,"parentSelectors":["Line"],"regex":"","selector":"#aHhvLjUyMy4zNTk5Mjk1Ny4xOA_e_e-status-status span","type":"SelectorText"}]}


