Current section

Files

Jump to
playwright lib playwright page video.ex
Raw

lib/playwright/page/video.ex

defmodule Playwright.Video do
@moduledoc false
# @spec delete(t()) :: :ok
# def delete(video)
# @spec path(t()) :: binary()
# def path(video)
# @spec save_as(t(), binary()) :: :ok
# def save_as(video, path)
end