From 98038280d9995f669fd3e3a7962af0867e42adf9 Mon Sep 17 00:00:00 2001 From: Debbie O'Brien Date: Thu, 8 Sep 2022 14:48:13 +0200 Subject: [PATCH] docs: rename input page to actions (#17173) --- docs/src/input.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/input.md b/docs/src/input.md index 66a7db236a..416a1f0597 100644 --- a/docs/src/input.md +++ b/docs/src/input.md @@ -1,6 +1,6 @@ --- id: input -title: "Performing Actions" +title: "Actions" --- Playwright can interact with HTML Input elements such as text inputs, checkboxes, radio buttons, select options, mouse clicks, type characters, keys and shortcuts as well as upload files and focus elements.