Packages

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

Current section

Files

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

include/chrobot_extra@protocol@debugger_SetBreakpointByUrlResponse.hrl

-record(set_breakpoint_by_url_response, {
breakpoint_id :: chrobot_extra@protocol@debugger:breakpoint_id(),
locations :: list(chrobot_extra@protocol@debugger:location())
}).