WhiteHatBox
Share Page
Following(0)
Partner(s)
mikeinnyc

pagination with NO next Button just numbers. How to?

ReplyThanks 2017/04/09 02:15:58 0 0

Any idea how to do pagination without a next button?


Aprilcaicai
2017/04/10 14:09:53
You can save the current page url, and check if you can edit the page number by the url. Please have a try.
mikeinnyc
2017/05/18 10:29:24

Still No solution found. Is there a way to replace the string and add it inside the Item Seek Condition

The common part is the page number which increases with every page.

<button class="btn btn-default" type="button" data-reactid=".0.3.1.0.1.0.0.1.0.$2">2</button>

Any Ideas on Solution?


Aprilcaicai
2017/05/18 13:36:41

Yes,


Just copy and paste it to the Item Seek Condition.


If there is a next page button, just use the control operate action to click it.


If there is no next page button, you can try to click the page number and move it to the next page.

mikeinnyc
2017/05/27 09:14:19

I'm still stuck on pagination with no next button. I've been clicking manually next and have to find a solution.

There is No Page number URL that I can grab and restring or renumber.

The only common solution is that the page number increases +1.


<button class="btn btn-default" type="button" data-reactid=".0.3.1.0.1.0.0.1.0.$1">1</button>

<button class="btn btn-default" type="button" data-reactid=".0.3.1.0.1.0.0.1.0.$2">2</button>

<button class="btn btn-default" type="button" data-reactid=".0.3.1.0.1.0.0.1.0.$3">3</button>

<button class="btn btn-default" type="button" data-reactid=".0.3.1.0.1.0.0.1.0.$4">4</button>

My solution was to use the control to operate.

Select the pagination numbers

Find the String

Add a Plus 1 to the end of the string creating a new "String Variable" and use RegEx.

which would contain default values numbers in order $1,$2,$3,$4,$5 etc using match type regex

When I add use variable with my numbers in it into my control operate no dice.$


I believe the RegEx part only works if a SINGLE regex value are place inside the Item Seek Condition Value BOX and NOT if a Variable is inserted into that box. Can someone confirm that this is working?


Any ideas how to do this without using regex?





Aprilcaicai
2017/05/27 11:40:30

Please send us the link of this website.


I will arrange our programmer to check if they can help you solve it.


Please send us all data that probably will be used for us to check your problem.

<< < 1> >>
VerifyCode
Advanced Option