Packages

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

Current section

Files

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

include/chrobot_extra@protocol@fetch_RequestPattern.hrl

-record(request_pattern, {
url_pattern :: gleam@option:option(binary()),
resource_type :: gleam@option:option(chrobot_extra@protocol@network:resource_type()),
request_stage :: gleam@option:option(chrobot_extra@protocol@fetch:request_stage())
}).