# webdriver **Repository Path**: jameswong/webdriver ## Basic Information - **Project Name**: webdriver - **Description**: webdriver工具测试 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2017-11-23 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # webdriver 采集框架 使用 facebook 封装的 PHP 版的 selenium API facebook/webdriver + selenium-server-standalone 服务端工具实现的高级爬虫。 # 部署和运行 首先切换到项目根目录下,执行 ```bash java -jar -Dwebdriver.chrome.driver="driver/chromedriver" selenium-server-standalone-2.53.0-2.jar -port 4444 ``` 然后使用 php 的命令行执行 start.php ```bash cd php php start.php ```