Skip to content

Commit

Permalink
Expose cmd for CommandChain (#236)
Browse files Browse the repository at this point in the history
Would be nice to have access to CommandChain to batch the CDP commands instead of having to send one by one.
  • Loading branch information
j-mendez authored Oct 4, 2024
1 parent 96609eb commit b827ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pub use crate::page::Page;

pub mod auth;
pub mod browser;
pub(crate) mod cmd;
pub mod cmd;
pub mod conn;
pub mod detection;
pub mod element;
Expand Down

0 comments on commit b827ad8

Please sign in to comment.