Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shaonianzhentan/node-red-contrib-puppeteer-js

运行JavaScript代码并返回结果
https://github.com/shaonianzhentan/node-red-contrib-puppeteer-js

Last synced: 13 days ago
JSON representation

运行JavaScript代码并返回结果

Awesome Lists containing this project

README

        

# node-red-contrib-puppeteer-js
运行JavaScript代码并返回结果

input
```js
{
url: 'https://www.npmjs.com',
payload: `
const sleep = (s) => new Promise((resolve) => setTimeout(resolve, s * 1000));
await sleep(2)
return 123
`
}

```

```js
'data:image/png;base64,' + msg.screenshot
```

## 相关文档

- https://pptr.dev