Packages

Playwright is an Elixir library to automate Chromium, Firefox and WebKit browsers with a single API. Playwright delivers automation that is ever-green, capable, reliable and fast.

Current section

Files

Jump to
playwrightais lib playwright selectors.ex
Raw

lib/playwright/selectors.ex

defmodule Playwright.Selectors do
@moduledoc """
...
"""
use Playwright.ChannelOwner
@type options :: map()
# ---
# @spec register(Selectors.t(), binary(), any(), options()) :: :ok
# def register(selectors, name, script, options \\ %{})
# ---
end