mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
docs(readme): fix pptrfx readme (#3634)
This commit is contained in:
parent
be836bef63
commit
c81f03c250
@ -47,10 +47,12 @@ node example.js
|
|||||||
### API Status
|
### API Status
|
||||||
|
|
||||||
Big lacking parts:
|
Big lacking parts:
|
||||||
|
|
||||||
- `page.emulate`
|
- `page.emulate`
|
||||||
- `page.pdf`
|
- `page.pdf`
|
||||||
- all network-related APIs: `page.on('request')`, `page.on('response')`, and request interception
|
- all network-related APIs: `page.on('request')`, `page.on('response')`, and request interception
|
||||||
|
|
||||||
|
Supported API:
|
||||||
|
|
||||||
- class: Puppeteer
|
- class: Puppeteer
|
||||||
* puppeteer.executablePath()
|
* puppeteer.executablePath()
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "puppeteer-firefox",
|
"name": "puppeteer-firefox",
|
||||||
"version": "0.4.1",
|
"version": "0.4.2",
|
||||||
"description": "Puppeteer API for Firefox",
|
"description": "Puppeteer API for Firefox",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": "github:GoogleChrome/puppeteer",
|
"repository": "github:GoogleChrome/puppeteer",
|
||||||
|
Loading…
Reference in New Issue
Block a user