1. 首页
  2. 数据库
  3. 其它
  4. playwright fluent:剧作家的流利API 源码

playwright fluent:剧作家的流利API 源码

上传者: 2021-04-17 22:15:37上传 ZIP文件 998.65KB 热度 12次
剧作家流利 围绕API | | | | | | 安装 npm i --save playwright-fluent 如果尚未安装,则应该以> = 1.0.0的版本安装playwright软件包。 用法 import { PlaywrightFluent } from 'playwright-fluent' ; const p = new PlaywrightFluent ( ) ; await p . withBrowser ( 'chromium' ) . withOptions ( { headless : false } ) . withCursor ( ) . recordPageErrors ( ) . recordFailedRequests ( ) . emulateDevice ( 'iPhone 6 landscape' ) . na
下载地址
用户评论