Skip to content
/ jpptr Public

a json syntactic sugar for execute puppeteer 一个使用 json 语法糖去执行 puppeteer 的框架

License

Notifications You must be signed in to change notification settings

enncy/jpptr

Repository files navigation

Jpptr

GitHub top language GitHub repo size npm npm GitHub

中文 | English

文档 | API | 实例

一个使用 json 语法糖去执行 puppeteer 的框架。
你可以使用 json 去执行 puppeteer , 就像使用 javascript 去执行 puppeteer 一样

  • 你可以方便的的拓展你想要的功能
  • 你可以动态的进行动作的添加修改和删除。
  • 还有更多功能...请看文档

例子

["goto","https://example.com"]

转换成

{
    "use":"function",
    "name":"goto",
    "args":["https://example.com"]
}

最终执行的代码

page.goto("https://example.com")

文档

https://enncy.github.io/jpptr-docs/

API

https://github.com/enncy/jpptr/blob/main/docs/api.md

实例

https://github.com/enncy/jpptr/tree/main/sample

About

a json syntactic sugar for execute puppeteer 一个使用 json 语法糖去执行 puppeteer 的框架

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published