Skip to content

Commit

Permalink
Update file_chooser.ex w/ placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyti authored May 24, 2024
1 parent a1a7d76 commit 828b570
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion lib/playwright/page/file_chooser.ex
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
defmodule Playwright.Page.FileChooser do
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

0 comments on commit 828b570

Please sign in to comment.