diff --git a/lib/playwright/page/touchscreen.ex b/lib/playwright/page/touchscreen.ex index cc9a21da..4ec7c2a5 100644 --- a/lib/playwright/page/touchscreen.ex +++ b/lib/playwright/page/touchscreen.ex @@ -1,3 +1,7 @@ -defmodule Playwright.Page.Touchscreen do +defmodule Playwright.Touchscreen do @moduledoc false + + # @spec tap(t(), number(), number()) :: :ok + # def tap(touchscreen, x, y) + end