Packages
playwright_core
0.1.0-pre
Playwright Core is an Elixir library to interface with the Playwright Node.js server.
Current section
Files
Jump to
Current section
Files
playwright_core
README.md
README.md
# 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](https://hex.pm/docs/publish), the package can be installed
by adding `playwright_core` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:playwright_core, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/playwright_core>.