Using WebDriver to do Web Crawling
In this little project we give an idea of using WebDriver as a web crawler.
- Clone this project
- Add your site(s) to the url4crawling.txt file "Site name=http://www.siteurl.com"
- Provide the system property for the suitable driver (e.g. webdriver.chrome.driver, webdriver.ie.driver or webdriver.remote.server and etc.)
- Run ApplicationCrawler class as JUnit Test