rustenium-bidi-commands

Crates.iorustenium-bidi-commands
lib.rsrustenium-bidi-commands
version0.1.1
created_at2025-12-26 01:39:31.138487+00
updated_at2025-12-26 01:57:08.542667+00
descriptionWebDriver BiDi command types and structures for Rustenium
homepagehttps://github.com/dashn9/rustenium
repositoryhttps://github.com/dashn9/rustenium
max_upload_size
id2005119
size179,303
Daniel Shogbon (dashn9)

documentation

https://docs.rs/rustenium-bidi-commands

README

rustenium-bidi-commands

WebDriver BiDi command types and data structures for Rustenium.

This crate provides strongly-typed representations of all WebDriver BiDi protocol commands, events, and data structures, including:

  • Browsing context commands and events
  • Network interception types
  • Script evaluation structures
  • Input action definitions
  • Session management types
  • Storage and cookie types
  • Web extension types

All types are serializable/deserializable via Serde and validated using serde_valid.

Usage

This crate is typically used through the main rustenium crate, which provides a higher-level API.

For direct usage, see the documentation.

Part of Rustenium

This is an internal component of the Rustenium project. See the main Rustenium documentation for usage examples.

License

MIT

Commit count: 229

cargo fmt