Current section

Files

Jump to
chrobot src chrobot.app.src
Raw

src/chrobot.app.src

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