Current section

Files

Jump to
chrobot src chrobot.app.src
Raw

src/chrobot.app.src

{application, chrobot, [
{vsn, "4.0.0"},
{applications, [envoy,
filepath,
gleam_community_ansi,
gleam_erlang,
gleam_http,
gleam_httpc,
gleam_json,
gleam_otp,
gleam_stdlib,
simplifile,
spinner]},
{description, "A browser automation tool and interface to the Chrome DevTools Protocol."},
{modules, [chrobot,
chrobot@@main,
chrobot@chrome,
chrobot@install,
chrobot@internal@keymap,
chrobot@internal@os,
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,
chrobot_ffi]},
{registered, []}
]}.