Next Page in the Web Page

Hello
I have a web page, and I am working with while, and the output action of the while is the page change, when the page is equal to or less than 15. The problem is that the page change button is at the bottom , and is made up of 6 buttons. 5 Buttons where you can choose the number of pages and the 6th button is the page change, as shown in the image. As can be seen in the image.

How could I work on this?

image

@Julian_Torres_Torres

you can this inside the while activity

image

@Julian_Torres_Torres

Use like this

  1. Do while loop with condition as true
  2. Max iteration option with a number around 30 for satefy
  3. Check app state to check for next button click >
  4. On the then side or found side…click…and on else side break

Cheers