rustenium-core
Core WebDriver BiDi protocol implementation for Rustenium.
This crate provides the low-level WebDriver BiDi protocol handling, including:
- WebSocket transport layer
- Session management
- Event system and subscription handling
- Command/response protocol
- Connection lifecycle management
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