Andrey Lushnikov
4269f6a1bb
Roll chromium to r493985 ( #251 )
...
This patch:
- rolls chromium to r493985
- migrates Browser.version() puppeteer method to use newly added
Browser.getVersion() protocol method
References #227
2017-08-12 22:04:39 -07:00
Andrey Lushnikov
3ee4951506
[DEBUG] add "session" namespace to trace target protocol messages ( #249 )
2017-08-11 17:47:33 -07:00
Jonathan Garbee
56b0d8722b
Default value for property on dialog ( #247 )
2017-08-11 17:24:46 -07:00
Andrey Lushnikov
4551afc6dc
Introduce new interception API ( #242 )
...
This patch introduces new interception API, via killing InterceptedRequest and giving the `abort` and `continue` methods to the Request object.
2017-08-11 17:24:31 -07:00
JoelEinbinder
d793e51a9a
Add a test that uses Modernizr to detect touch ( #245 )
...
Add a test that uses Modernizr to detect touch
2017-08-11 13:59:23 -07:00
Andrey Lushnikov
dbac6788ae
Plumb default prompt value to the dialog ( #243 )
...
This patch:
- plumbs default prompt value to the dialog
- enables one more phantom test
2017-08-11 12:17:43 -07:00
JoelEinbinder
53baed6af6
Google search example ( #220 )
...
Add google search example.
References #178
2017-08-11 01:41:42 -07:00
JoelEinbinder
497baf0198
Roll chromium to r493673 ( #240 )
...
Mouse events are no longer racy. Enabling touch no longer converts all mouse events into touches. Promises in destroyed execution contexts are rejected immediately.
2017-08-11 01:21:02 -07:00
Andrey Lushnikov
b8dbd28b8c
Refer to the upstream bug ( #239 )
...
The issue #168 is a protocol inconsistency which happens only
in case of HTTPS error. This patch starts refering to the
upstream bug instead of puppeteer issue.
Closes #168 .
2017-08-11 01:07:33 -07:00
Andrey Lushnikov
6347a049ba
Rename Page.setInPageCallback into Page.addBinding ( #236 )
...
This seems to be a much better name which is actually used for a similar
purposes in chromium/v8.
2017-08-10 21:44:49 -07:00
Andrey Lushnikov
25465525c1
Fix full page screenshot example ( #237 )
...
This patch aligns the example with our style in `examples/` folder, and also starts to use page.goto instead of page.navigate
2017-08-10 21:44:27 -07:00
Pavel Feldman
3a7741a172
Introduce page.emulate convenience wrapper ( #231 )
...
This patch:
- introduces Page.emulate convenience wrapper
- adds a screenshot-fullPage.js example
2017-08-10 18:42:30 -07:00
Andrey Lushnikov
7936be43f7
Update README.md
...
Remove typo in link description.
2017-08-10 18:36:02 -07:00
Eric Bidelman
1ee47d868b
Doc polish. Example consistency ( #233 )
2017-08-10 18:31:54 -07:00
JoelEinbinder
0a55345060
Test touch emulation more completely ( #235 )
2017-08-10 18:25:56 -07:00
Eric Bidelman
8ccd10bfa2
Docs: add default networkIdleTimeout value ( #234 )
2017-08-10 14:49:34 -07:00
Andrey Lushnikov
e1d8a3781e
Rename Page.navigate into Page.goto ( #232 )
...
Fixes #228 .
2017-08-10 00:02:10 -07:00
Andrey Lushnikov
fe06c896eb
Roll chromium to 492629 ( #230 )
...
This patch
- rolls chromium to 492629
- migrates connection establishing to use browser target. This migration means
that now we have a single websocket connection to browser (implemented
in Connection class). A connection to a particular target is
incapsulated in a new Session class.
2017-08-09 16:14:00 -07:00
Andrey Lushnikov
29adc5dc80
[examples] get rid of old examples
...
This patch:
- removes old phantom-js examples
- adds an example to load page without images
References #178
2017-08-08 00:44:15 -07:00
JoelEinbinder
104455c75a
Remove unrandomize example ( #221 )
2017-08-07 23:50:25 -07:00
Andrey Lushnikov
34b0095c10
Make interception work with redirects ( #218 )
...
This patch:
- changes interception API so that it better aligns with what we'd like to see
in #121
- fixes the issue with redirect interception
Fixes #217 .
2017-08-07 17:48:52 -07:00
Andrey Lushnikov
e1c5b8d244
Aborted network requests should use protocol's "Failed" status ( #215 )
...
This patch starts using "Failed" command for request interception instead of
"Aborted".
The "Aborted" status also has a side-effect of cancelling the navigation, so
there will be no error on the page and form puppeteer's standpoint, the navigation
will never complete.
2017-08-07 15:13:17 -07:00
Andrey Lushnikov
4eedc10cfa
Add pdf.js example ( #216 )
...
add pdf.js example
2017-08-07 14:55:45 -07:00
Andrey Lushnikov
4f5cad921e
[doc] Remove mention of broken javascript dialogs from api.md ( #210 )
2017-08-04 01:12:18 -07:00
Andrey Lushnikov
7888a37a3d
Page.pdf should accept case-insensetive page format ( #211 )
2017-08-04 01:01:10 -07:00
Andrey Lushnikov
00196e6cdc
Fix setContent to actually await the inner evaluation ( #209 )
2017-08-04 00:23:04 -07:00
Andrey Lushnikov
af2b790227
Add test to reproduce handing touch events ( #208 )
...
References #161 .
2017-08-03 22:51:51 -07:00
Andrey Lushnikov
13327f3303
Add test which reproduces the hanging mouse.click() behavior ( #207 )
...
This patch adds a disabled test to reproduce the mouse.click() hanging
bug.
References #206 .
2017-08-03 22:10:06 -07:00
Andrey Lushnikov
2d650d0301
Introduce CHROME env variable for tests ( #205 )
...
This patch adds `CHROME` env variable which allows to
specify custom executable path to run tests.
2017-08-03 21:38:55 -07:00
Andrey Lushnikov
a4c0d58204
Fix tests in non-headless mode ( #203 )
...
The chrome-devtools://devtools/bundled/inspector.html is a perfectly
valid url in headful chromium, so we should pick another one for test
to work (and for the navigation inside the test to fail).
2017-08-03 19:11:41 -07:00
Pavel Feldman
82fbb268db
Do not count inflight requests explicitly - use set. ( #202 )
2017-08-03 16:30:55 -07:00
Andrey Lushnikov
20ba447689
[DEBUG] Trace only those events which have listeners. ( #201 )
...
The `DEBUG=*page npm run unit` is too verbose due to events spamming
the console.
This patch starts tracing emitted events only if there are any
listeners.
2017-08-03 15:20:31 -07:00
Andrey Lushnikov
d8dd6ea140
Add more tests to cover Page.pdf() method ( #196 ) ( #200 )
...
This patch adds sanity tests to make sure Page.pdf() produces
sane results.
Fixes #166 .
2017-08-03 14:10:52 -07:00
Andrey Lushnikov
fc22b5d888
Revert "Add more tests to cover Page.pdf() method ( #196 )" ( #199 )
...
This reverts commit 403362eaf1
.
2017-08-03 13:42:38 -07:00
Andrey Lushnikov
403362eaf1
Add more tests to cover Page.pdf() method ( #196 )
...
This patch adds sanity tests to make sure Page.pdf() produces
sane results.
Fixes #166 .
2017-08-03 13:37:20 -07:00
Andrey Lushnikov
31224392bb
Kill page.$ and page.$$ functions ( #197 )
...
page.$ and page.$$ conflicts with our ideas about element handles.
This patch removes functions in favor of future implementation.
References #111
2017-08-03 13:35:31 -07:00
Eric Bidelman
211c372a3a
EditorConfig: 2 space indent ( #195 )
...
This patch updates editor config to use 2 spaces
2017-08-03 09:50:08 -07:00
Andrey Lushnikov
6c163122bf
Update default viewport size to be 800px by 600px ( #194 )
...
This patch updates default viewport size to be 800px by 600px.
This comes handy when observing scripts running in non-headless mode.
2017-08-02 15:47:00 -07:00
JoelEinbinder
984e011cf0
Move path option into tracing.start ( #192 )
...
This consolidates all the tracing options in the tracing.start()
2017-08-02 15:41:05 -07:00
JoelEinbinder
315c388f4d
Enable dialog tests ( #193 )
...
* Enable dialog tests
closes #13
* dismiss dialog test
2017-08-02 15:32:20 -07:00
JoelEinbinder
e6d8fca7cd
Lint examples, again #178 ( #190 )
2017-08-02 15:03:26 -07:00
JoelEinbinder
c32df08e4c
Update jsdoc from Tracing patch ( #189 )
...
This fixes the comments @a1ph on #181 about JSDOC.
2017-08-02 15:02:41 -07:00
JoelEinbinder
cb471e3666
Ignore package-lock.json ( #191 )
...
pacakge-lock.json seems to be buggy now, with different OS giving different results.
See https://github.com/npm/npm/issues/17749
We have been having trouble keeping it up to date with yarn.lock. It doesn't give us a big win, because it is ignored if you install the package from npm.
This patch removes package-lock.json and starts ignoring it.
2017-08-02 14:18:14 -07:00
Andrey Lushnikov
3f0306a4d0
[tests] Await all page.evaluate() calls in all tests ( #186 )
...
If the evaluation is not awaited for, then the page might be
closed before it's finished, and an exception will be thrown.
2017-08-02 13:24:34 -07:00
Andrey Lushnikov
dbe8660082
Roll chromium to r491334 ( #187 )
...
This patch rolls chromium to r491334
This revision includes @pavelfeldman changes to make dialogs
work in headless.
2017-08-02 13:12:44 -07:00
JoelEinbinder
5d647bf1fa
Use const a lot fo places ( #188 )
2017-08-02 12:06:47 -07:00
JoelEinbinder
bd72e40e73
Introduce page.tracing ( #181 )
...
This patch introduces page.tracing, which allows to start and stop
trace recording for a page. The trace could be then saved to file.
2017-08-02 10:45:11 -07:00
JoelEinbinder
0218960713
Revert "lint examples #178 ( #182 )" ( #183 )
...
This reverts commit 8c220654e8
.
2017-08-02 01:26:02 -07:00
JoelEinbinder
8c220654e8
lint examples #178 ( #182 )
...
This patch enables lint in `examples/` folder.
2017-08-02 01:13:44 -07:00
Andrey Lushnikov
a43c315214
Implement browser 'ignoreHTTPSErrors' option. ( #177 )
...
This patch implements Browser 'ignoreHTTPSErrors' option.
Fixes #84 .
2017-08-01 15:17:57 -07:00