Packages

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

Current section

Files

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

include/chrobot_extra@protocol@browser_GetVersionResponse.hrl

-record(get_version_response, {
protocol_version :: binary(),
product :: binary(),
revision :: binary(),
user_agent :: binary(),
js_version :: binary()
}).