From 2270303a2d2cdec0bda02608aac703d868a34fb4 Mon Sep 17 00:00:00 2001 From: ZENG3LD Date: Wed, 15 Apr 2026 02:27:58 +0500 Subject: [PATCH 1/2] Add dig2browser - Rust stealth browser automation library --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 18ff815..54ed323 100644 --- a/readme.md +++ b/readme.md @@ -73,6 +73,7 @@ - TypeScript/Node.js: [Taiko](https://github.com/getgauge/taiko/) - TypeScript/Node.js: [Lumen](https://github.com/omxyz/lumen) - Vision-first browser agent with self-healing deterministic replay over CDP. - Rust: [Rust Headless Chrome](https://github.com/atroche/rust-headless-chrome/) +- Rust: [dig2browser](https://github.com/ZENG3LD/dig2browser) - Stealth browser automation with custom CDP + WebDriver + BiDi backends. Chrome, Edge, Firefox. - Java: [chrome-devtools-java-client](https://github.com/kklisura/chrome-devtools-java-client) - Java: [jvppeteer](https://github.com/fanyong920/jvppeteer) - Headless Chrome For Java - Python: [PyCDP](https://github.com/hyperiongray/python-chrome-devtools-protocol) - Pure-Python, sans-IO wrappers. See also the [Trio CDP driver](https://github.com/hyperiongray/trio-chrome-devtools-protocol) From b8fc03beec2cfed57bdd4732e27d2af4f6f52ff7 Mon Sep 17 00:00:00 2001 From: ZENG3LD Date: Thu, 16 Apr 2026 16:53:12 +0500 Subject: [PATCH 2/2] retrigger CLA check