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 ``, `