playwright aws lambda:支持在AWS Lambda和Google Cloud Functions上运行Microsoft的Playwrigh
Playwright-Aws-Lambda 支持在AWS Lambda和Google Cloud Functions上运行的Playwright。 注意:当前仅支持Chromium。 安装 npm install playwright-core playwright-aws-lambda --save 用法 此程序包可立即使用nodejs10.x和nodejs12.x AWS Lambda运行时。 const playwright = require ( 'playwright-aws-lambda' ) ; exports . handler = async ( event , con
下载地址
用户评论