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
|
||||
|
||||
Big lacking parts:
|
||||
|
||||
- `page.emulate`
|
||||
- `page.pdf`
|
||||
- all network-related APIs: `page.on('request')`, `page.on('response')`, and request interception
|
||||
|
||||
Supported API:
|
||||
|
||||
- class: Puppeteer
|
||||
* puppeteer.executablePath()
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "puppeteer-firefox",
|
||||
"version": "0.4.1",
|
||||
"version": "0.4.2",
|
||||
"description": "Puppeteer API for Firefox",
|
||||
"main": "index.js",
|
||||
"repository": "github:GoogleChrome/puppeteer",
|
||||
|
Loading…
Reference in New Issue
Block a user