From 8c392b7ee8b848e460fecc1158e1388aa7b8b954 Mon Sep 17 00:00:00 2001 From: Kamakura Masaya Date: Tue, 9 Jan 2018 10:20:02 +0900 Subject: [PATCH] docs(api.md): add missing parentheses after page.mainFrame (#1738) --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index c4a839cb20d..4c9ca92b187 100644 --- a/docs/api.md +++ b/docs/api.md @@ -1035,7 +1035,7 @@ page.select('select#colors', 'blue'); // single selection page.select('select#colors', 'red', 'green', 'blue'); // multiple selections ``` -Shortcut for [page.mainFrame.select()](#frameselectselector-values) +Shortcut for [page.mainFrame().select()](#frameselectselector-values) #### page.setContent(html) - `html` <[string]> HTML markup to assign to the page.