Data preview error remind; after proceed, no data

Describe the problem.
Hi all, when preview data, error as attached.


scraped, no data.
Looking forward to help. Thanks!

Url: "访问验证-安居客 ws:751196655"

Sitemap:
{"_id":"test-anjuke","startUrl":["访问验证-安居客 ws:751196655"],
"selectors":[{"id":"frame","parentSelectors":["_root"],"type":"SelectorElementClick","clickElementSelector":"li.page-item:nth-of-type(-n+3) a","clickElementUniquenessType":"uniqueCSSSelector","clickType":"clickOnce","delay":2000,"discardInitialElements":"do-not-discard","multiple":true,"selector":"a.li-row"},{"id":"garden-name","parentSelectors":["frame"],"type":"SelectorText","selector":"div.nowrap-min li-community-title","multiple":false,"delay":0,"regex":""},{"id":"price","parentSelectors":["frame"],"type":"SelectorText","selector":"strong","multiple":false,"delay":0,"regex":""}]}

@yutou Hello, the 'Element click' selector won't work because the page is reloaded, therefore you should use the 'selector pagination' or a 'link' selector.

Helpful resources:

https://webscraper.io/how-to-video/pagination-next
https://webscraper.io/how-to-video/pagination-number-buttons

@ViestursWS Thanks for your answers. I tried and it works. however, there are something wrong with the data scraped. for example:the data highlighted in yellow should be in one row, they should belongs to one item.Now they separated in four rows. Do you have any idea? Thanks again.