From 438d2761ff115229caded89a5f8de913a88b4008 Mon Sep 17 00:00:00 2001 From: Pavel Date: Wed, 15 Apr 2020 11:01:27 -0700 Subject: [PATCH] docs(input): minor edits --- docs/input.md | 39 +++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/docs/input.md b/docs/input.md index 39693e6731..a8144165dd 100644 --- a/docs/input.md +++ b/docs/input.md @@ -5,9 +5,9 @@ await page.fill('#name', 'Peter'); ``` -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 ``, `