From c56f21668064105fd0893a91b03e08ed810da189 Mon Sep 17 00:00:00 2001 From: Arjun Attam Date: Tue, 31 Mar 2020 10:23:25 -0700 Subject: [PATCH] docs(api): elaborate on fill vs type --- 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 ``, `