Current section

Files

Jump to
chrobot include chrobot_Page.hrl
Raw

include/chrobot_Page.hrl

-record(page, {
browser :: gleam@erlang@process:subject(chrobot@chrome:message()),
time_out :: integer(),
target_id :: chrobot@protocol@target:target_i_d(),
session_id :: chrobot@protocol@target:session_i_d()
}).