Java Web Crawler: Difference between revisions
Jump to navigation
Jump to search
Line 30: | Line 30: | ||
* [https://stackoverflow.com/questions/44781339/ Spring Boot Web Application using Selenium WebDriver] | * [https://stackoverflow.com/questions/44781339/ Spring Boot Web Application using Selenium WebDriver] | ||
---- | ---- | ||
* [https://hub.docker.com/r/selenium/standalone-firefox selenium/standalone- | * [https://hub.docker.com/r/selenium/standalone-firefox Docker Image <code>selenium/standalone-firefox</code>] | ||
* [https://hub.docker.com/r/selenium/standalone-firefox selenium/standalone- | * [https://hub.docker.com/r/selenium/standalone-firefox Docker Image <code>selenium/standalone-chrome</code>] | ||
* [https://hub.docker.com/r/selenium/standalone-firefox selenium/standalone-opera] | * [https://hub.docker.com/r/selenium/standalone-firefox Docker Image <code>selenium/standalone-opera</code>] | ||
---- | ---- | ||
|} | |} |
Revision as of 07:36, 9 October 2020
A web crawler, or spider, is a type of bot that's typically operated by search engines like Google and Bing. Their purpose is to index the content of websites all across the Internet so that those websites can appear in search engine results.