Skip to content

Commit

Permalink
Update browser_context.ex w/ placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyti authored May 25, 2024
1 parent f727deb commit d0757ad
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/playwright/browser_context.ex
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,9 @@ defmodule Playwright.BrowserContext do
# @spec background_pages(t()) :: [Playwright.Page.t()]
# def background_pages(context)

# @spec browser(t()) :: Playwright.Browser.t()
# def browser(context)

# ---

@doc """
Expand Down Expand Up @@ -526,6 +529,9 @@ defmodule Playwright.BrowserContext do

# ---

# @spec route_from_har(t(), binary(), map()) :: :ok
# def route(context, har, options \\ %{})

# ???
# @spec service_workers(t()) :: [Playwright.Worker.t()]
# def service_workers(context)
Expand Down Expand Up @@ -578,6 +584,12 @@ defmodule Playwright.BrowserContext do
end)
end

# @spec unroute_all(t(), map()) :: :ok
# def unroute_all(context, options \\ %{})

# @spec wait_for_event(t(), binary(), map()) :: map()
# def wait_for_event(context, event, options \\ %{})

# private
# ---------------------------------------------------------------------------

Expand Down

0 comments on commit d0757ad

Please sign in to comment.