I’ve been trying to use table extraction for copy name ,price and stock available by create new variable to write a table on excel. My next page command is work very well. Although my command could run to 10+ pages, the data from extraction is come from only first page. In addition, my command is success without any bug notify.
Even more, I’m sure that there is extraction limit is set to “no limit”. I also try to use studio web for trying but the result is the same, only data from first page is available.
The problem is if I select only strict selector. It cannot go to next page. So I have to select both of them. After using your code, I can select only fuzzy and it help me to go to the pages I want.
However, the data still shown only first page.
I also try to add delay on each page to 3 sec but the result is stills the same.
The image shown that I tick both fuzzy and strict. But I’d try tick neither fuzzy or strict. Results are that some methods can go next pages, some cannot. But every methods cannot extract the data from other pages beside page one
Pardon that I normally uses google chrome. However, after trial and error, I found that my command work very well after page2 (start at page2). Thus, my execution is to set command start at page 1 but select next page with a A-variable. Then I use my execution to start at page 2 and record as B-variable. The command work very well.
After a while, my solution had problem about data extraction having endless loop back and forth. However, I use your solution to minimize code as much as possible and it’s work very well!!
Thank you very much, really appreciate for your help