| Crates.io | rustenium-bidi-commands |
| lib.rs | rustenium-bidi-commands |
| version | 0.1.1 |
| created_at | 2025-12-26 01:39:31.138487+00 |
| updated_at | 2025-12-26 01:57:08.542667+00 |
| description | WebDriver BiDi command types and structures for Rustenium |
| homepage | https://github.com/dashn9/rustenium |
| repository | https://github.com/dashn9/rustenium |
| max_upload_size | |
| id | 2005119 |
| size | 179,303 |
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:
All types are serializable/deserializable via Serde and validated using serde_valid.
This crate is typically used through the main rustenium crate, which provides a higher-level API.
For direct usage, see the documentation.
This is an internal component of the Rustenium project. See the main Rustenium documentation for usage examples.
MIT