| Crates.io | chrome-for-testing |
| lib.rs | chrome-for-testing |
| version | 0.1.0 |
| created_at | 2025-01-17 15:06:09.893499+00 |
| updated_at | 2025-01-17 15:06:09.893499+00 |
| description | Interact with the chrome-for-testing JSON API. |
| homepage | |
| repository | https://github.com/lpotthast/chrome-for-testing |
| max_upload_size | |
| id | 1520668 |
| size | 65,378 |
Provides serde-enabled type definitions covering the chrome-for-testing JSON API responses,
and convenience functions for accessing the API endpoints through reqwest.
Blog post: https://developer.chrome.com/blog/chrome-for-testing
Availability: https://googlechromelabs.github.io/chrome-for-testing/
API-endpoint-definition: https://github.com/GoogleChromeLabs/chrome-for-testing#json-api-endpoints
let client = reqwest::Client::new();
let versions = chrome_for_testing::last_known_good_versions::request(client).await.unwrap();
You may also want to check out https://github.com/lpotthast/chrome-for-testing-manager, a crate building upon this one to allow easy selection and installation of chrome-for-testing versions. It also comes with support for the thirtyfour crate.