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 worker.ex
Raw

lib/playwright/worker.ex

defmodule Playwright.Worker do
@moduledoc """
...
"""
use Playwright.ChannelOwner
# @spec expect_event(t(), binary(), function(), options()) :: map()
# def expect_event(worker, event, predicate \\ nil, options \\ %{})
# ...delegate wait_for_event -> expect_event
end