oxibidi

Crates.iooxibidi
lib.rsoxibidi
version
sourcesrc
created_at2024-12-23 10:44:26.779068+00
updated_at2024-12-23 10:44:26.779068+00
descriptionA Rust library for browser automation using the WebDriver BiDi protocol. Oxibidi allows you to manage browser sessions, interact with pages, and listen to events through a WebSocket-based interface.
homepage
repositoryhttps://github.com/TahaHachana/oxibidi
max_upload_size
id1492956
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Taha Hachana (TahaHachana)

documentation

README

Oxibidi

Oxibidi is a Rust library for browser automation using the WebDriver BiDi protocol. It enables developers to control browsers like Firefox and Chrome by leveraging the bidirectional WebSocket-based communication introduced in WebDriver BiDi.

Commit count: 2

cargo fmt