新增分类:浏览器控制,基于CDP对edge和chrome进行自动化操作

This commit is contained in:
fofolee
2025-01-19 13:43:10 +08:00
parent 3b49adcd59
commit 1a1ec4b45f
6 changed files with 1199 additions and 336 deletions

View File

@@ -0,0 +1,3 @@
const browser = require("./browser");
module.exports = browser;