Current section
Files
Jump to
Current section
Files
src/chrobot_extra.app.src
{application, chrobot_extra, [
{vsn, "5.0.3"},
{applications, [envoy,
filepath,
gleam_community_ansi,
gleam_erlang,
gleam_http,
gleam_httpc,
gleam_json,
gleam_otp,
gleam_stdlib,
gun,
simplifile,
spinner]},
{description, "A browser automation tool and interface to the Chrome DevTools Protocol."},
{modules, [chrobot_extra,
chrobot_extra@@main,
chrobot_extra@browser_utils,
chrobot_extra@chrome,
chrobot_extra@install,
chrobot_extra@internal@keymap,
chrobot_extra@internal@os,
chrobot_extra@internal@utils,
chrobot_extra@network_idle,
chrobot_extra@network_listener,
chrobot_extra@protocol,
chrobot_extra@protocol@browser,
chrobot_extra@protocol@debugger,
chrobot_extra@protocol@dom,
chrobot_extra@protocol@dom_debugger,
chrobot_extra@protocol@emulation,
chrobot_extra@protocol@fetch,
chrobot_extra@protocol@input,
chrobot_extra@protocol@io,
chrobot_extra@protocol@log,
chrobot_extra@protocol@network,
chrobot_extra@protocol@page,
chrobot_extra@protocol@performance,
chrobot_extra@protocol@profiler,
chrobot_extra@protocol@runtime,
chrobot_extra@protocol@security,
chrobot_extra@protocol@target,
chrobot_extra@session,
chrobot_extra_ffi]},
{registered, []}
]}.