c# - Using WatiN to crawl to next page on google -


How can I navigate to the next page?

To automatically click on the page number, 1, 2 to the end, till the end ...

Something you should get started with these lines:

  var ie = new IE (); Click on ie.Link (Find.ByText ("1")).  

Though it is really original, it should work, you can throw it in a simple loop and be done with it.

Good luck!


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -