Current section

Files

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

include/chrobot@protocol@browser_GetVersionResponse.hrl

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