Problem - no text extracted from this scrape

Hello all

I am trying to get the 10 LAST DATES for the customers review meaning the OLDEST 10 REVIEWS dates.

However when I use the element click selector, no date is pulled out .

How can I do it?

{"_id":"qoo10feedback","startUrl":["https://www.qoo10.sg/item/ALL-TIME-FAVOURITE-1-FOR-1-ICY-SEA-SALT-CHENDOL-RETAIL-3-30-X/643441204?banner_no=12038"],"selectors":[{"id":"feedback","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"td:nth-of-type(3)","multiple":true,"delay":"100","clickElementSelector":"div#ctl00_ctl00_MainContentHolder_MainContentHolderNoForm_ctrGoodsOpinion_Review_List.sec_review a.next","clickType":"clickMore","discardInitialElements":false,"clickElementUniquenessType":"uniqueCSSSelector"},{"id":"fed","type":"SelectorText","parentSelectors":["feedback"],"selector":"parent","multiple":false,"regex":"","delay":"50"}]}

Anyone has any suggestion?

This will click on the last feedback page and grab the feedback table:

{"_id":"qoo10_last_child","startUrl":["https://www.qoo10.sg/item/ALL-TIME-FAVOURITE-1-FOR-1-ICY-SEA-SALT-CHENDOL-RETAIL-3-30-X/643441204?banner_no=12038"],"selectors":[{"id":"click _last_page","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div#feedback_paging","multiple":false,"delay":"1500","clickElementSelector":"#feedback_paging a:nth-last-child(2)","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"customer_review_table","type":"SelectorTable","parentSelectors":["_root"],"selector":"table#tb_opinion","multiple":true,"columns":[{"header":"Rating","name":"Rating","extract":true},{"header":"Feedback","name":"Feedback","extract":true},{"header":"Date","name":"Date","extract":true},{"header":"Written by","name":"Written by","extract":true}],"delay":0,"tableDataRowSelector":"#tb_feedback tr","tableHeaderRowSelector":"thead tr"}]}