Packages

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

Current section

Files

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

include/chrobot_extra@protocol@network_CachedResource.hrl

-record(cached_resource, {
url :: binary(),
type_ :: chrobot_extra@protocol@network:resource_type(),
response :: gleam@option:option(chrobot_extra@protocol@network:response()),
body_size :: float()
}).