Current section

Files

Jump to
playwright lib playwright page file_chooser.ex
Raw

lib/playwright/page/file_chooser.ex

defmodule Playwright.FileChooser do
@moduledoc false
# @spec element(t()) :: ElementHandle.t()
# def element(file_chooser)
# @spec is_multiple(t()) :: boolean()
# def is_multiple(file_chooser)
# @spec page(t()) :: Page.t()
# def page(file_chooser)
# @spec set_files(t(), any(), options()) :: :ok
# def cancel(file_chooser, files, options \\ %{})
end