# capturer **Repository Path**: nichenxyx/capturer ## Basic Information - **Project Name**: capturer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Capture ### 说明 基于 `SpringBoot` 构建的捕获页面的程序, 提供简单的`http`获取的功能 使用 `Selenium Java` 驱动`Chrome`浏览器进行操作 目前只使用了 `Mac OS X` 系统和 `Windows` 系统的驱动, 浏览器版本为`76` ### API #####参数均为url 1. `GET /source` 获取url指定页面的加载完并渲染后的html代码 2. `GET /screen/base64` 获取url指定页面加载完并渲染后的截图的Base64编码 3. `GET /screen/img` 获取url指定页面加载完并渲染后的截图(二进制数据)