How To Install And Use Python Selenium Chrome WebDriver

Python crawler can crawl not only static web pages but also dynamic web pages. However, the new version of selenium doesn’t support PhantomJS and can’t crawl dynamic web pages. Therefore, we should abandon PhantomJS and use headless ChromeDriver directly. This article will tell you how to install ChromeDriver.

How To Install And Use Python Selenium Chrome WebDriver Read More »