Packages

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

Current section

Files

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

include/chrobot_extra@protocol@runtime_StackTrace.hrl

-record(stack_trace, {
description :: gleam@option:option(binary()),
call_frames :: list(chrobot_extra@protocol@runtime:call_frame()),
parent :: gleam@option:option(chrobot_extra@protocol@runtime:stack_trace())
}).