Pagination not work

I cant scrape data from this site
I try use element click

https://www.cc.gov.eg/Courts/Cassation_Court/All/Cassation_Court_All_Cases.aspx

Sitemap:
{"_id":"tables","startUrl":["[https://www.cc.gov.eg/Courts/Cassation_Court/All/Cassation_Court_All_Cases.aspx"],"selectors":{"id":"pagination","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.main","multiple":true,"delay":"500","clickElementSelector":"td:nth-of-type(n+4) a","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"table","type":"SelectorTable","parentSelectors":["pagination"],"selector":"table#MainContent_GridView1","multiple":true,"columns":[{"header":"نوع الدائرة","name":"نوع الدائرة","extract":true},{"header":"رقم الطعن","name":"رقم الطعن","extract":true},{"header":"سنة الطعن","name":"سنة الطعن","extract":true},{"header":"عنوان القاعدة","name":"عنوان القاعدة","extract":true},{"header":"الموجز","name":"الموجز","extract":true},{"header":"القاعدة","name":"القاعدة","extract":true}],"delay":0,"tableDataRowSelector":"tr:nth-of-type(n+2)","tableHeaderRowSelector":"> tbody > tr:nth-of-type(1)"}]}

You will not be able to scrape the site using Web Scraper, as the navigation cannot be handled with a link selector nor with an Element Click selector.

@webber
Thanks for your reply

Any ideas to complete scraping the site

I have a similar page i am trying to scrape. Any ideas on how to do this?

{"_id":"indirectorders","startUrl":["https://indirectorders.verizonwireless.com/xt_catalogitems.aspx?itemid=107"],"selectors":[{"id":"Link1","type":"SelectorLink","parentSelectors":["_root"],"selector":"tr:nth-of-type(n+2) > td > a","multiple":true,"delay":0},{"id":"Item","type":"SelectorText","parentSelectors":["Link1"],"selector":"span#MainPlaceHolder_lblItemNumber","multiple":false,"regex":"","delay":0},{"id":"Desc","type":"SelectorText","parentSelectors":["Link1"],"selector":"span#MainPlaceHolder_lblItemDescription","multiple":false,"regex":"","delay":0},{"id":"Price","type":"SelectorText","parentSelectors":["Link1"],"selector":"span#MainPlaceHolder_lblListPrice","multiple":false,"regex":"","delay":0},{"id":"link2","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"#MainPlaceHolder_GridView1 td:nth-of-type(2) a","multiple":false,"delay":0,"clickElementSelector":"#MainPlaceHolder_GridView1 td:nth-of-type(2) a","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"links","type":"SelectorLink","parentSelectors":["link2"],"selector":"tr:nth-of-type(n+2) > td > a","multiple":true,"delay":0},{"id":"model","type":"SelectorText","parentSelectors":["links"],"selector":"span#MainPlaceHolder_lblItemNumber","multiple":false,"regex":"","delay":0},{"id":"desc","type":"SelectorText","parentSelectors":["links"],"selector":"span#MainPlaceHolder_lblItemDescription","multiple":false,"regex":"","delay":0}]}