Playwright: Core

This package implements the interation with Playwright Node.js and is packaged separately from the main Playwright Elixir package in order to manage distinct concerns.

Installation

If available in Hex, the package can be installed by adding playwright_core to your list of dependencies in mix.exs:

def deps do
  [
    {:playwright_core, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/playwright_core.