From 2402aade78491a1b6c7cea7048388709e26d5fc7 Mon Sep 17 00:00:00 2001 From: Arjun Attam Date: Tue, 31 Mar 2020 13:42:07 -0700 Subject: [PATCH] docs(api): elaborate on fill vs type (#1608) --- docs/api.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/api.md b/docs/api.md index bb4446a21e1c0..ec6530d721a45 100644 --- a/docs/api.md +++ b/docs/api.md @@ -1195,9 +1195,9 @@ const fs = require('fs'); - returns: <[Promise]> Promise which resolves when the element matching `selector` is successfully filled. The promise will be rejected if there is no element matching `selector`. This method focuses the element and triggers an `input` event after filling. -If there's no text ``, `