8000 GitHub - lpotthast/chrome-for-testing: Implementation of the chrome-for-testing JSON API.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Implementation of the chrome-for-testing JSON API.

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
Unknown
LICENSE-MIT
Notifications You must be signed in to change notification settings

lpotthast/chrome-for-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chrome-for-testing

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


Example

let client = reqwest::Client::new();
let versions = chrome_for_testing::last_known_good_versions::request(client).await.unwrap();

chrome-for-testing-manager

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.

About

Implementation of the chrome-for-testing JSON API.

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
Unknown
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0