The code works for other button except for this one.
The HTML for the click item is ###Next 100 ####. And the number after "viewNext" changed everytime.
I also tried with modifying the Xpath as "//*[@id="headlineHeader33"]/table/tbody/tr/td/a[2]" But it does not work, showing error of cannot find the objective.
How can i make it work?
How does it work for onclick event?
The code works for other button except for this one. The HTML for the click item is ###Next 100 ####. And the number after "viewNext" changed everytime. I also tried with modifying the Xpath as "//*[@id="headlineHeader33"]/table/tbody/tr/td/a[2]" But it does not work, showing error of cannot find the objective. How can i make it work?