Skip to content

Commit

Permalink
doc(page): Improve Page description (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok authored and pavelfeldman committed Jan 27, 2020
1 parent 4b84973 commit 99414b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1751,7 +1751,7 @@ Dispatches a `mouseup` event.

* extends: [EventEmitter](https://nodejs.org/api/events.html#events_class_eventemitter)

Page provides methods to interact with a single tab or [extension background page](https://developer.chrome.com/extensions/background_pages) in Chromium. One [Browser] instance might have multiple [Page] instances.
Page provides methods to interact with a single tab in a [Browser], or an [extension background page](https://developer.chrome.com/extensions/background_pages) in Chromium. One [Browser] instance might have multiple [Page] instances.

This example creates a page, navigates it to a URL, and then saves a screenshot:
```js
Expand Down

0 comments on commit 99414b0

Please sign in to comment.