From 4838534f44c1086d2619dc08e215bc16bea3f2c6 Mon Sep 17 00:00:00 2001 From: Daniel Shogbon <32513627+dashn9@users.noreply.github.com> Date: Wed, 1 Apr 2026 11:22:25 +0100 Subject: [PATCH] Add Rustenium to the list of browser automation tools Added Rustenium as a Rust browser automation tool. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 18ff815..5bd421d 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: [Rustenium](https://github.com/dashn9/rustenium/) - Rust browser automation over the WebDriver BiDi Protocol and CDP - 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)