Describe the problem.
I am trying to scrape data from a site however I can't get the next button click selector to work as it doesn't seem to have any unique attribute.
Sitemap:
{"_id":"king_county_health","startUrl":["https://www.kingcounty.gov/depts/health/environmental-health/food-safety/inspection-system/search.aspx#/"],"selectors":[{"id":"Restaurant Element","type":"SelectorElement","parentSelectors":["Click Next"],"selector":"div.row","multiple":true,"delay":0},{"id":"Restaurant Name","type":"SelectorText","parentSelectors":["Restaurant Element"],"selector":"strong","multiple":false,"regex":"","delay":0},{"id":"Restaurant Address","type":"SelectorText","parentSelectors":["Restaurant Element"],"selector":".col-xs-7 p","multiple":false,"regex":"","delay":0},{"id":"Restaurant Phone","type":"SelectorText","parentSelectors":["Restaurant Element"],"selector":"span.show","multiple":false,"regex":"","delay":0},{"id":"Restaurant Rating","type":"SelectorText","parentSelectors":["Restaurant Element"],"selector":"p:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"Restaurant Link","type":"SelectorElementAttribute","parentSelectors":["Restaurant Element"],"selector":"a","multiple":false,"extractAttribute":"HREF","delay":0},{"id":"Click Next","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"li.next","multiple":true,"delay":"5000","clickElementSelector":"#restaurant-list","clickType":"clickMore","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueCSSSelector"}]}