From b6bc8b654d4bee7460256b65b1cf4eb3f1b889ad Mon Sep 17 00:00:00 2001 From: Debbie O'Brien Date: Wed, 7 Sep 2022 17:19:54 +0200 Subject: [PATCH] docs: remove toc and reduce api ref heading for input page (#17102) --- docs/src/input.md | 98 +++++------------------------------------------ 1 file changed, 10 insertions(+), 88 deletions(-) diff --git a/docs/src/input.md b/docs/src/input.md index 942f761bfd..66a7db236a 100644 --- a/docs/src/input.md +++ b/docs/src/input.md @@ -1,13 +1,13 @@ --- id: input -title: "Input" +title: "Performing Actions" --- -Run tests on 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. +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. ## Text input -This is the easiest way to fill out the form fields. It focuses the element and triggers an `input` event with the entered text. It works for ``, `