Packages
playwright
1.49.1-alpha.2
1.49.1-alpha.2
1.49.1-alpha.1
1.44.0-alpha.4
1.44.0-alpha.3
1.44.0-alpha.2
1.44.0-alpha.1
1.18.0-alpha.1
0.1.17-preview-7
0.1.17-preview-6
0.1.17-preview-5
0.1.17-preview-4
0.1.17-preview-3
0.1.17-preview-2
0.1.17-preview-1
0.1.16-preview-3
0.1.16-preview-2
0.1.16-preview-1
0.1.1-preview
0.1.0-preview
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
Current section
Files
lib/playwright/page/download.ex
defmodule Playwright.Download do
@moduledoc false
# @spec cancel(t()) :: :ok
# def cancel(download)
# @spec create_read_stream(t()) :: readable()
# def create_read_stream(download)
# @spec delete(t()) :: :ok
# def delete(download)
# @spec failure(t()) :: nil | binary()
# def failure(download)
# @spec page(t()) :: Page.t()
# def page(download)
# @spec path(t()) :: binary()
# def path(download)
# @spec save_as(t(), binary()) :: :ok
# def save_as(download, path)
# @spec suggested_filename(t()) :: binary()
# def suggested_filename(download)
# @spec url(t()) :: binary()
# def url(download)
end