Current section

Files

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

include/chrobot@protocol@page_NavigationEntry.hrl

-record(navigation_entry, {
id :: integer(),
url :: binary(),
user_typed_url :: binary(),
title :: binary(),
transition_type :: chrobot@protocol@page:transition_type()
}).