Packages

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

Current section

Files

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

include/chrobot_extra@protocol@page_NavigateResponse.hrl

-record(navigate_response, {
frame_id :: chrobot_extra@protocol@page:frame_id(),
loader_id :: gleam@option:option(chrobot_extra@protocol@network:loader_id()),
error_text :: gleam@option:option(binary())
}).