diff --git a/docs/api.md b/docs/api.md index a526aa3f561..03095cad339 100644 --- a/docs/api.md +++ b/docs/api.md @@ -1794,7 +1794,7 @@ The method runs `element.querySelectorAll` within the page. If no elements match - returns: <[elementhandle]> #### elementHandle.boundingBox() -- returns: +- returns: <[Promise]> - x <[number]> the x coordinate of the element in pixels. - y <[number]> the y coordinate of the element in pixels. - width <[number]> the width of the element in pixels.