Packages

A browser automation tool and interface to the Chrome DevTools Protocol.

Current section

Files

Jump to
chrobot_extra include chrobot_extra@protocol@page_GetAppManifestResponse.hrl
Raw

include/chrobot_extra@protocol@page_GetAppManifestResponse.hrl

-record(get_app_manifest_response, {
url :: binary(),
errors :: list(chrobot_extra@protocol@page:app_manifest_error()),
data :: gleam@option:option(binary())
}).