Pagination when pagination control appears twice on page

I have a webpage where identical HTML markup is used to place pagination controls at the top and bottom of the page.
When selecting the 'next page' element, it of course finds 2 matching elements

How do I get it to select only 1?

<www.booker.co.uk/products/product-list?categoryName=CS10_100035> <
The element I am using in Pagination is .PagedList-skipToNext a

I think I answered my own question by just trying it - seems the webscraper handles this and only goes to the target URL once :slight_smile: