Current section
Files
Jump to
Current section
Files
src/chrobot.app.src
{application, chrobot, [
{vsn, "3.0.0"},
{applications, [birdie,
filepath,
gleam_community_ansi,
gleam_erlang,
gleam_http,
gleam_httpc,
gleam_json,
gleam_otp,
gleam_stdlib,
gleeunit,
justin_fork,
mist,
simplifile,
spinner]},
{description, "A browser automation tool and interface to the Chrome DevTools Protocol."},
{modules, [chrobot,
chrobot@chrome,
chrobot@install,
chrobot@internal@keymap,
chrobot@internal@utils,
chrobot@protocol,
chrobot@protocol@browser,
chrobot@protocol@debugger,
chrobot@protocol@dom,
chrobot@protocol@dom_debugger,
chrobot@protocol@emulation,
chrobot@protocol@fetch,
chrobot@protocol@input,
chrobot@protocol@io,
chrobot@protocol@log,
chrobot@protocol@network,
chrobot@protocol@page,
chrobot@protocol@performance,
chrobot@protocol@profiler,
chrobot@protocol@runtime,
chrobot@protocol@security,
chrobot@protocol@target]},
{registered, []}
]}.