Hi Folks,
I am facing a problem, I recently updated my Power Automate Desktop Ver to 2.30.109.23075 and my Script has stopped Paging function with no error but only downloads the first page, Now as I am changing the pages the element for the Paging selection is not at the same place ...
On the first page the CSS Selector code is html > body > main > div:eq(1) > div:eq(4) > div > div:eq(0) > a:eq(6)
On the Second page the CSS Selector code is html > body > main > div:eq(1) > div:eq(4) > div > div:eq(0) > a:eq(8)
On the Third page the CSS Selector code is html > body > main > div:eq(1) > div:eq(4) > div > div:eq(0) > a:eq(9)
and so on, can you please help me on this ... I have attached the screenshots as well, do let me know in case you require any additional details.
Is there a way in CSS I can assign a find code to the horizontally moving element, or any other way I can get this working ....