I'm trying to set up a scrape for this page, and wanna scrape through all the episode's page but it doesn't seem to go to the next page. Do you guys see a problem with my sitemap?
Url: https://www.imdb.com/title/tt1531446/?ref_=tt_ep_nx
Sitemap:
{"id":"imdb_community","startUrl":["https://www.imdb.com/title/tt1467481/?ref=tt_ep_pr"],"selectors":[{"id":"main","type":"SelectorElement","parentSelectors":["_root","nextpage"],"selector":"div.flatland","multiple":false,"delay":0},{"id":"title","type":"SelectorText","parentSelectors":["main"],"selector":"h1","multiple":false,"regex":"","delay":0},{"id":"rating","type":"SelectorText","parentSelectors":["main"],"selector":"strong span","multiple":false,"regex":"","delay":0},{"id":"director","type":"SelectorText","parentSelectors":["main"],"selector":"div.credit_summary_item:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"nextpage","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.button_panel","multiple":true,"delay":0,"clickElementSelector":"a.bp_item.np_next","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"}]}