Packages

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

Current section

Files

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

include/chrobot_extra@protocol@runtime_CallFrame.hrl

-record(call_frame, {
function_name :: binary(),
script_id :: chrobot_extra@protocol@runtime:script_id(),
url :: binary(),
line_number :: integer(),
column_number :: integer()
}).