Skip to content

fix: update CdpPage::new to match new chrome-cdp API#69

Merged
sonesuke merged 2 commits intomainfrom
feat/add-lib-and-fix-rust-cache
Apr 12, 2026
Merged

fix: update CdpPage::new to match new chrome-cdp API#69
sonesuke merged 2 commits intomainfrom
feat/add-lib-and-fix-rust-cache

Conversation

@sonesuke
Copy link
Copy Markdown
Owner

Summary

  • Update CdpPage::new calls to include the new command_timeout: Duration parameter required by the latest chrome-cdp (main)
  • Bump chrome-cdp from a5166da4 to 2f057a0e

Test plan

  • cargo fmt --check passes
  • cargo clippy -D warnings passes
  • cargo test passes (21 unit + 13 e2e + 3 mcp tests)

🤖 Generated with Claude Code

claude and others added 2 commits April 12, 2026 03:44
Split into lib + bin crate structure so core, cli, and mcp modules
are available as a library for external crates.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
CdpPage::new now requires a command_timeout Duration parameter.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@sonesuke sonesuke merged commit 6b0d551 into main Apr 12, 2026
4 checks passed
@sonesuke sonesuke deleted the feat/add-lib-and-fix-rust-cache branch April 12, 2026 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants