Hi - hope somebody can help with this
I'm trying to extract data from https://www.screwfix.ie/search?search=clearanceviewall on multiple pages
The pagination works on the first page, but on page 2 it fails and completes the flow.
The CSS selector appears to be the same for the button on each page
#container-main > div._21o_S5.store-locator-container.cpFvx9 > div > div.agr5rQ > div.oWZhYo > div._2O_FF6.cB3s3C > div.kPXqh5 > nav > button:nth-child(3)
it works fine on .com but not on .ie 😕
Any ideas?