# puppeteer **Repository Path**: BearCAD/puppeteer-study ## Basic Information - **Project Name**: puppeteer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-09-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # puppeteer #github https://github.com/GoogleChrome/puppeteer #运行 npm i 安装 #如果需要在别的项目上安装Chromiun,请在Package.json中添加 ```json "preinstall": "puppeteer_download_host=https://npm.taobao.org/mirrors", ``` #运行 想运行某个实例,按F5就能够开始调试执行.