Skip to content

Commit

Permalink
docs(api.md): add missing parentheses after page.mainFrame (puppeteer…
Browse files Browse the repository at this point in the history
  • Loading branch information
mkamakura authored and igorshapiro committed Jan 16, 2018
1 parent e1249f8 commit 2861138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Expand Up @@ -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.
Expand Down

0 comments on commit 2861138

Please sign in to comment.