You could try to find all entries and deal with an array:
page.all('a')[1].click
Would help to have a class or use within to scope your search 😉
You could try to find all entries and deal with an array:
page.all('a')[1].click
Would help to have a class or use within to scope your search 😉