This website requires JavaScript.
Explore
Help
Sign In
github
/
puppeteer
Watch
0
Star
0
Fork
0
You've already forked puppeteer
mirror of
https://github.com/puppeteer/puppeteer
synced
2024-06-14 14:02:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
71089b08022d09c6a0fa20b5f0c770b5ef35ab07
puppeteer
/
lib
History
刘祺
71089b0802
feat: teach Downloader to respect redirects (
#1741
)
...
This patch adds support for redirects to downloader.
Fixes
#1740
2018-01-08 18:10:13 -08:00
..
.eslintrc.js
…
Browser.js
feat: introduce browser.userAgent() (
#1716
)
2018-01-05 10:14:30 -08:00
Connection.js
…
Coverage.js
feat: implement CSS Coverage (
#1714
)
2018-01-03 18:21:40 -08:00
Dialog.js
…
Downloader.js
feat: teach Downloader to respect redirects (
#1741
)
2018-01-08 18:10:13 -08:00
ElementHandle.js
feat: rename page.xpath into page.$x, return an array of elements (
#1713
)
2018-01-03 15:37:08 -08:00
EmulationManager.js
…
ExecutionContext.js
…
externs.d.ts
…
FrameManager.js
fix: avoid calling jsonValue from waitFor (
#1746
)
2018-01-08 14:14:41 -08:00
helper.js
…
Input.js
…
Launcher.js
…
Multimap.js
…
NavigatorWatcher.js
…
NetworkManager.js
…
Page.js
feat: rename page.xpath into page.$x, return an array of elements (
#1713
)
2018-01-03 15:37:08 -08:00
Puppeteer.js
…
Tracing.js
…
USKeyboardLayout.js
…