playwright/docs
Andrey Lushnikov 0ba823dd6f
feat: introduce page.on('crash') event (#1782)
Currently, whenever the page crashes, it emits an `'error'` event.
Error event is a special type of event in node.js; if unhandled,
it crashes the process.

Instead of emitting `'error'` event, this patch switches to emitting
`'crash'` event. Playwright users are free to handle the event
however they like, or just to ignore it.
2020-04-15 00:04:35 -07:00
..
development docs: remove stale file (#1719) 2020-04-08 15:39:26 -07:00
docker devops(docker): Install ffmpeg dependency, adding codecs necessary for video playback in Firefox (#1627) 2020-04-07 16:09:27 -07:00
examples docs(examples): working with selectors (#1624) 2020-04-01 16:06:07 -07:00
api.md feat: introduce page.on('crash') event (#1782) 2020-04-15 00:04:35 -07:00
ci.md docs(ci): update link to github action (#1742) 2020-04-10 10:24:22 -07:00
selectors.md feat(selectors): deep selector which pierces open shadow roots (#1738) 2020-04-13 13:04:27 -07:00
showcase.md docs(ci): update link to github action (#1742) 2020-04-10 10:24:22 -07:00
troubleshooting.md docs(troubleshooting): add dependencies for firefox and webkit (#1461) 2020-03-21 17:58:08 -07:00