I'm having trouble retrieving data from the house page of this website. As well as the selectors that are working, i want to get all the photos, the information in the key features tab and any floorplans that are available. I have a scraper that works for key features and floorplans but I'm struggling to get all the images.
Sitemap:
{"_id":"rightmove_sold_v4","startUrl":["https://www.rightmove.co.uk/house-prices/detail.html?country=england&locationIdentifier=REGION^1164&searchLocation=Salford&propertyType=4&landRegTenureType=FREEHOLD&year=5&referrer=listChangeCriteria"],"selectors":[{"id":"House","type":"SelectorLink","parentSelectors":["_root","pagination_links"],"selector":"a.soldAddress","multiple":true,"delay":0},{"id":"Address","type":"SelectorText","parentSelectors":["House"],"selector":"div.content div h2","multiple":false,"regex":"","delay":0},{"id":"sale_date_1","type":"SelectorText","parentSelectors":["House"],"selector":"tr:nth-of-type(1) td:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"property_type_1","type":"SelectorText","parentSelectors":["House"],"selector":"tr:nth-of-type(1) div.type","multiple":false,"regex":"","delay":0},{"id":"price_paid_1","type":"SelectorText","parentSelectors":["House"],"selector":"tr:nth-of-type(1) td.boldprice","multiple":false,"regex":"","delay":0},{"id":"key_features_button","type":"SelectorElementClick","parentSelectors":["House"],"selector":"li#tabs-description.tabs a.tab","multiple":false,"delay":"0","clickElementSelector":"li#tabs-description.tabs a.tab","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"key_features","type":"SelectorGroup","parentSelectors":["key_features_button"],"selector":"ul.keyfeatures li","delay":0,"extractAttribute":""},{"id":"sale_date_2","type":"SelectorText","parentSelectors":["House"],"selector":"tr.lightbg td:nth-of-type(1)","multiple":false,"regex":"","delay":0},{"id":"price_paid_2","type":"SelectorText","parentSelectors":["House"],"selector":"tr.lightbg td.boldprice","multiple":false,"regex":"","delay":0},{"id":"pagination_links","type":"SelectorLink","parentSelectors":["_root","pagination_links"],"selector":"ul.items a","multiple":true,"delay":0},{"id":"bedrooms","type":"SelectorText","parentSelectors":["House"],"selector":"div.content > h2","multiple":false,"regex":"","delay":0},{"id":"floorplan_button","type":"SelectorElementClick","parentSelectors":["House"],"selector":"div#tabs-floorplans-content","multiple":false,"delay":"1000","clickElementSelector":"#tabs-floorplans a","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"floorplan_1_img","type":"SelectorImage","parentSelectors":["floorplan_button"],"selector":"#floorplancontent-0 img","multiple":false,"delay":0},{"id":"floorplan_2","type":"SelectorElementClick","parentSelectors":["floorplan_button"],"selector":"#floorplancontent-1 img","multiple":false,"delay":0,"clickElementSelector":".floorplanlink.selected a","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"floorplan_2_img","type":"SelectorImage","parentSelectors":["floorplan_2"],"selector":"parent","multiple":false,"delay":0},{"id":"tab_buttons","type":"SelectorElement","parentSelectors":["House"],"selector":"div#propertydetails","multiple":false,"delay":0},{"id":"images_next","type":"SelectorElementClick","parentSelectors":["tab_buttons"],"selector":"img#mainphoto","multiple":false,"delay":0,"clickElementSelector":"a.nextphotolink.photocontrol","clickType":"clickMore","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueHTMLText"},{"id":"image","type":"SelectorImage","parentSelectors":["tab_buttons","images_next"],"selector":"img#mainphoto","multiple":false,"delay":0}]}