Skip to content

Commit

Permalink
Expose cmd for CommandChain
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 Sep 9, 2024
1 parent 6727f0f commit e8250c1
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 e8250c1

Please sign in to comment.