Andrey Lushnikov
3762de7b91
chore: mark version v1.6.0 ( #2882 )
2018-07-12 17:26:57 -07:00
Benjamin Atkin
4f8d00e64e
docs(readme): Update README.md ( #2863 )
2018-07-11 17:07:27 -07:00
Nat Zimmermann
88362f710f
docs(readme.md): Fix typo ( #2858 )
2018-07-09 21:56:31 +03:00
Andrey Lushnikov
9313c83ad2
docs(readme): update FAQ ( #2826 )
2018-07-05 09:13:26 +03:00
Andrey Lushnikov
fb7c4e0984
docs(readme): minor nits ( #2827 )
2018-06-29 21:35:52 -07:00
Joel Einbinder
194d580026
chore: mark version v1.5.0 ( #2698 )
2018-06-07 12:19:25 -07:00
Corey Cole
3e82a54fd1
docs: update slack invite link in README.md ( #2690 )
2018-06-06 20:12:44 -05:00
Andrey Lushnikov
1c4a8f0bbb
docs(README): remove duplicate line
2018-05-16 14:39:02 -07:00
Andrey Lushnikov
808bf8e558
chore: mark version v1.4.0 ( #2517 )
2018-05-08 21:46:32 -07:00
Yaniv Efraim
afee0104be
docs(README): add a debugging section ( #2467 )
2018-04-30 21:01:35 +03:00
Andrey Lushnikov
0820d48f80
chore: link to the latest-released API from the README.md ( #2449 )
...
This patch adds a preprocessor command to link to the latest-released
API from the README.md.
Fixes #1923 .
2018-04-25 18:18:08 -07:00
Andrey Lushnikov
62fa3bc81e
docs(README): add FAQ entry on where to ask questions ( #2392 )
2018-04-17 10:57:21 -07:00
Shayne Hartford
f51a315911
docs(README): Removed --save flag for npm install ( #2302 )
...
NPM 5+ --save is default to true.
2018-04-03 10:26:21 -07:00
Fedor Korotkov
554bd59588
chore(CI): add experimental Cirrus CI ( #2181 )
...
This patch adds experimental support for Cirrus CI builds.
Cirrus CI has both Windows and Linux, uses google cloud and runs builds
in Docker containers.
This seems to be a promising combination for our needs.
2018-03-13 08:06:40 -07:00
Kyle Sloan
44d8000de1
docs(README): clarify how to launch scripts ( #2133 )
2018-03-07 08:50:06 +03:00
Eric Bidelman
b07e705dc9
docs(README): mention testing prelease ( #2088 )
2018-02-23 11:17:14 -08:00
JoelEinbinder
ee7ebd6e17
docs(README): drop scraping bullet ( #2080 )
2018-02-22 17:49:17 -08:00
Drew Diamantoukos
b275e66594
chore: Spelling and Markdown Consistency ( #1998 )
...
- Adding missing language tags to markdown code blocks.
- Fixed various spelling mistakes my IDE complained to me about.
2018-02-08 22:59:46 -05:00
Olivier Tille
18a1fb9385
docs(README): Correcting Chrome dependency size ( #1946 )
...
This patch corrects chromium binary size in README.md.
2018-02-07 18:01:40 -05:00
Basarat Ali Syed
4046415f01
docs(README): mention troubleshooting.md in FAQ ( #1911 )
2018-02-05 19:03:07 -05:00
JoelEinbinder
f2b6016354
chore: switch to npm from yarn ( #1878 )
...
This patch:
- migrates CI to use NPM
- drops lockfiles (`yarn.lock`). Lockfiles are ignored by package
managers when the package is installed as a dependency, so this makes CI closer to the
installation our clients run.
2018-01-22 17:11:10 -08:00
Artem Sapegin
797b561013
docs(README): Update debugging tips ( #1868 )
2018-01-22 16:10:31 -08:00
Eric Bidelman
9b06ed28ae
docs(README): updates to make d.g.c/web/ happy ( #1773 )
...
Adds devsite's comment markers so we can pull sections of the readme into the site.
We lose a few syntax highlighting sections here on github, but everything looks great on developers.google.com!
2018-01-11 00:28:36 -08:00
Michael Stillwell
7c9104e1bc
docs(README): add note on features not supported by Chromium ( #1572 )
2018-01-08 15:01:17 -08:00
Karl Brown
63f7e38077
docs(README.md): Update docs to more clearly differentiate between Chromium and Chrome ( #1574 )
...
This patch clarifies the documentation to more clearly note that Puppeteer works with both Chromium (by default)
and Chrome.
Fixes #1516
2017-12-14 19:09:48 -08:00
Ilya Radchenko
380bb6a87f
docs: use debug namespace instead of all namespaces ( #1174 )
...
This changes the debugging instructions to be specific to puppeteer, preventing new users (or those that copy-paste) from getting logs from other libraries that use the `debug` module.
2017-10-27 02:15:15 -07:00
Andrey Lushnikov
ce8a952044
refactor: migrate NavigatorWatcher to lifecycle events ( #1141 )
...
This patch:
- migrates navigation watcher to use protocol-issued lifecycle events.
- removes `networkIdleTimeout` and `networkIdleInflight` options for
`page.goto` method
- adds a new `networkidle0` value to the waitUntil option of navigation
methods
References #728 .
BREAKING CHANGE:
As an implication of this new approach, the `networkIdleTimeout` and
`networkIdleInflight` options are no longer supported. Interested
clients should implement the behavior themselves using the `request` and
`response` events.
2017-10-23 18:10:59 -07:00
Andrey Lushnikov
9fab3fd3be
chore(readme): use shields.io to display badges
2017-10-17 15:02:54 -07:00
Adi Prasetyo
d0513914e4
chore: Add windows CI (appveyor) ( #1046 )
...
This patch adds appveyor to make sure puppeteer works reliably on
windows.
Fixes #955
2017-10-16 11:47:21 -07:00
Andrey Lushnikov
f6255029bd
feat(Console): Introduce ConsoleMessage type ( #909 )
...
This patch introduces ConsoleMessage type and starts dispatching
it for the 'console' event.
BREAKING CHANGE: this breaks the api of the 'console' event.
Fixes #744 .
2017-09-29 11:27:22 -07:00
Eric Bidelman
ccf8fb1681
readme: add try-puppeteer link ( #849 )
2017-09-21 18:01:48 -07:00
cohesively
aa58f25bc1
doc: add await to browser.close in usage examples ( #797 )
...
browser.close returns a promise after f398e69
, so it should be awaited.
2017-09-15 21:27:14 -07:00
Eric Bidelman
51a507b236
readme: add PUPPETEER_SKIP_CHROMIUM_DOWNLOAD
note ( #671 )
2017-09-05 11:14:58 -07:00
Paul Irish
3365562b2b
Add DEBUG=* debugging guide to readme ( #622 )
2017-08-30 18:41:45 -04:00
Mohamed Oun
225e880d15
doc: Clarify that examples need Node v8 ( #559 )
...
The examples use async/await, but Node v6 doesn't support them, so to use these examples you either need Node 8 or a transpiler (like Babel) or to use promises.
2017-08-27 14:08:25 -07:00
Andrey Lushnikov
be4da580d4
Bump tip-of-tree version to 0.10.1-alpha ( #534 )
...
This patch:
- bumps tip-of-tree version to 0.10.1-alpha
- updates api.md to refer to released API and fix a nit in README.md
2017-08-24 22:47:57 -07:00
Vse Mozhet Byt
46115f9182
add missing backticks in README.md ( #525 )
2017-08-24 09:52:56 -07:00
Eric Bidelman
3b44de444f
readme: add evaluate snippet ( #524 )
...
* readme: add evaluate snippet
pretty important method that we don't have a prominent example for.
* feedback
* Update README.md
2017-08-24 09:13:49 -07:00
Eric Bidelman
7e1f2f0609
readme: add console event debugging tip ( #481 )
2017-08-22 20:17:09 -07:00
AJ Jordan
e8b4288623
readme: fix missing word ( #414 )
2017-08-20 12:43:15 -07:00
Daniela Borges Matos de Carvalho
caa6f813a8
docs: note headless flag defaults to true ( #332 )
...
* Replace headless: false with headless: true
* fix: suggestions to improve docs
2017-08-20 12:40:29 -07:00
jakubsadura
628921950f
README: Fix a typo ( #385 )
2017-08-18 16:49:58 -07:00
Brikou CARRE
8f43befcc9
Make prettier JS snippets ( #377 )
...
* Make prettier JS snippets
* Conform to CS (about curly brace)
* Apply feedback
2017-08-18 16:46:10 -07:00
Eric Bidelman
ae3fedfa91
readme: start of useful debugging tips ( #352 )
...
* readme: start of useful debugging tips
* feedback
2017-08-18 11:03:35 -07:00
Ken
500b956c84
#366 - tone of logo surface from light source ( #369 )
...
This is a minor cosmetic update on Puppeteer's logo. The rectangle surface at lower left corner seems to have the wrong shade, base on the scene's light source. Below are the original and the updated ones. Of course, if the designer intentionally wants to make the design asymmetric then this is irrelevant.
2017-08-18 10:21:37 -07:00
Divjot Singh
16e190b239
Indent the code in README.md ( #319 )
2017-08-17 19:54:51 -07:00
Paul Irish
a93377fc22
readme: migrate from travis-ci .com to .org ( #297 )
2017-08-16 12:51:41 -07:00
Ken
a06d2618bf
readme: minor updates ( #277 )
...
- update links to puppeteer.launch() section of API
- minor fine-tuning of verbiage and small typo
2017-08-15 18:55:20 -07:00
Paul Irish
0a5f7258fd
docs: add FAQ entry ( #276 )
2017-08-15 18:08:19 -07:00
Eric Bidelman
4c12d3a635
readme: npm badge ( #273 )
2017-08-15 17:37:55 -07:00