I am having trouble identifying a UI element on a web page. The setup is a button to advance the contents on the page to the next set of data by clicking the Next arrow button (shown below)


The flow works fine on the first click. However when the new data loads, the buttons now have a First page back button and a regular back button added. The flow will click the first page back button. I believe the issue is that all the buttons have the same initial ID


Is there a way to update my UI Element to lock onto the Page$Next
