How can we get the max value of a page dynamically ?
ex.
1 Like
Click on Last button and it will go to last page right. And then you can read that number to get highest page number.
Hi Lakshman, I tried this but when we click on the last button, then last page number become disabled so it read the one page before last page.
That’s fine. You are getting last but one page number right. And then add one number to that to get last page number.
Hi
I hope We can get the current page from URL as well…right
In that case we can go to the last page and get the url with GET ATTRIBUTE activity and url attribute as output and from that url we can get the value of page number with string manipulation
Cheers @balkishan
1 Like