Chris Tate
315d191606
inspect ( #736 )
...
* inspect
* fixes
* improvements
* fixes
* fixes
* improvements
* fix null cdp url
* fix rust reader loop
* improvements
* improvements
* fixes
2026-03-12 12:01:40 -05:00
Hideeee and hidezhao
18c3112dbd
feat: Support for screenshot annotate on rust ( #706 )
...
Co-authored-by: hidezhao <hidezhao@tencent.com >
2026-03-11 22:25:28 -05:00
a0bd0c2f0f
Add webview support for Electron apps in native mode ( #671 )
...
* Add webview support for Electron apps in native mode
Fixes #580
* Fix cargo fmt violations in actions.rs and browser.rs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
* Revert unrelated refactors, keep only webview support changes
- Restore is_none_or (was changed to map_or unnecessarily)
- Restore single-if WebDriver check (was split into nested ifs)
- Restore simple needs_relaunch logic (was expanded into 4 branches)
- Restore find_frame signature (unused selector param was added)
- Restore flat download handler condition (was nested unnecessarily)
- Restore wait_or_kill and graceful close() to preserve cookie flushing
---------
Co-authored-by: ctate <366502+ctate@users.noreply.github.com >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-08 17:41:40 -05:00
aba2353112
Fix clippy warnings across CLI codebase ( #654 )
...
* Fix clippy warnings across CLI codebase
Fixes #653
* Fix remaining items_after_test_module clippy warnings
Move functions defined after `mod tests` blocks to before the test
modules in recording.rs and webdriver/client.rs.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
---------
Co-authored-by: ctate <366502+ctate@users.noreply.github.com >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 16:18:51 -06:00
Li Yang
788ad0e61f
chore: add cargo fmt check to Rust CI and fix existing violations ( #620 )
...
TypeScript CI has prettier --check but Rust CI only runs cargo test.
Add cargo fmt --check to catch formatting issues early, and fix the
8 pre-existing formatting violations on main.
2026-03-06 13:32:26 -06:00
Chris Tate
0da54c7038
lightpanda ( #646 )
...
* lightpanda
* lightpanda benchmarks
* improvements
* fixes
* improvements
2026-03-06 11:16:37 -06:00
layla
8f6ad817f1
Fix dialog dismiss command parsing ( #605 )
2026-03-04 17:14:12 -06:00
Chris Tate
e5fd26eb9e
headed mode ( #607 )
...
* headed mode
* fixes
* fixes
* docs
* fixes
* fixes
* fixes
2026-03-03 22:34:07 -06:00
Chris Tate
51f5fa484c
native ( #594 )
...
* Native Rust rewrite of agent-browser daemon
Single-binary Rust implementation replacing the Node.js/Playwright daemon
with direct CDP (Chrome DevTools Protocol) communication. Includes full
command parity, WebDriver/Safari/iOS backend routing, request tracking,
frame context management, CDP protocol codegen, and comprehensive tests.
* improvements
* fix ci
* fixes
* faster builds
2026-03-03 15:15:57 -06:00