Wallabidi.Lightpanda (wallabidi v0.2.13)

Copy Markdown View Source

The Lightpanda driver uses CDP (Chrome DevTools Protocol) to control the Lightpanda headless browser.

Usage

config :wallabidi, driver: :lightpanda

Requires the lightpanda hex package for binary management.

Configuration

config :lightpanda,
  version: "0.2.8",
  default: [args: ~w(serve --host 127.0.0.1 --port 9222)]

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

blank_page?(session)

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

cleanup_stale_sessions()

start_link(opts \\ [])