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_id(),
session_id :: chrobot@protocol@target:session_id()
}).