Module api

Module api 

Source
Expand description

Chrome for Testing API types and functions for fetching version information.

Modules§

channel
Chrome release channel definitions.
known_good_versions
API request for a list of working releases. None are assigned to any channel.
last_known_good_versions
The last working releases for each channel.
platform
Platform identification for different operating systems and architectures.
version
Version parsing and representation.

Structs§

Download
Represents a download link for a specific platform.

Statics§

API_BASE_URL
The standard chrome-for-testing API endpoint protocol and hostname.

Traits§

HasVersion
Trait for types that contain a version identifier.