文件名称:x-ray-chrome:使用木偶的X射线镀Chrome驱动器
文件大小:49KB
文件格式:ZIP
更新时间:2024-05-18 00:25:13
TypeScript
安装 npm install x-ray-chrome --save # or yarn add x-ray-chrome 用法 基本的 import xRay from 'x-ray' ; import xRayChrome from 'x-ray-chrome' ; const x = Xray ( ) . driver ( xRayChrome ( ) ) 先进的 import xRay from 'x-ray' ; import xRayChrome from 'x-ray-chrome' ; const x = Xray ( ) . driver ( xRayChrome ( { viewPort : { width : 360 , height : 640 } , cl : async ( page , ctx ) => {
【文件预览】:
x-ray-chrome-master
----Readme.md(7KB)
----yarn.lock(149KB)
----src()
--------index.ts(2KB)
----examples()
--------usage.md(2KB)
----tsconfig.json(467B)
----jest.config.js(511B)
----__tests__()
--------x-ray-chrome.test.ts(2KB)
----tslint.json(1KB)
----.gitignore(27B)
----package.json(1KB)