Pagination AND text link

I have a page with Parent - Child relationships. Each child is a hyperlinked text. I can use Pagination to cycle through the Child pages. However, I need to capture the actual text that has the url behind it as each one is clicked.

It feels this should be simple but I just can't get it to work. Thanks.

Hi,

Could you share your sitemap, please?

Unfortunately, not as it's a secure site. I will see if I can find a similar site with a similar structure. Thanks.

Can you share an HTML snippet that contains the relevant element?

I eventually solved my own problem.

I realised it is a two step process.

  1. Create a selector with an 'Element (scroll)' that covers the area with the fields you are trying to scrape.
  2. Within that selector, add additional selectors e.g. 'Text'
1 Like