Hi,
I hope someone can give me a pointer so I can get this working.
I am testing to see if I can get some data from a page within a pagination
I have used the tutorial for the pagination and that works fine, on each page I need to click on a link to take me to another page and then get some information from that page and then go to the next link on the page and so on, then continue on the pagination and continue.
I am testing using a campsite website
Looking forward to some advice.
Url: 1,800+ caravan parks in the UK - top touring parks
Sitemap:
{"_id":"Campsites2","startUrl":["https://www.campsites.co.uk/search/caravan-parks?page=[1-3]#searchResults"],"selectors":[{"id":"pagination","parentSelectors":["_root"],"type":"SelectorLink","selector":"li:nth-of-type(n+3) a.MuiPaginationItem-page","multiple":true,"linkType":"linkFromHref"},{"id":"name","parentSelectors":["pagination"],"type":"SelectorText","selector":"a.MuiTypography-h4","multiple":true,"regex":""},{"id":"Link","parentSelectors":["pagination"],"type":"SelectorElementClick","clickActionType":"real","clickElementSelector":"a.MuiTypography-h4","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":1000,"discardInitialElements":"discard","multiple":true,"selector":"a.MuiTypography-h4"},{"id":"wrapper","parentSelectors":["Link"],"type":"SelectorElement","selector":"div.mui-14xpb6i:nth-of-type(2)","multiple":true},{"id":"Address","parentSelectors":["wrapper"],"type":"SelectorText","selector":"parent","multiple":true,"regex":""}]}