playwright/docs
Dmitry Gozman 39ce35e154
fix(errors): strict error handling around element operations (#2567)
- Gave all possible dom errors distinct names, and throw them on the node side.
- Separated errors into FatalDOMError and RetargetableDOMError.
  Fatal errors are unrecoverable. Retargetable errors
  could be resolved by requerying the selector.
- This exposed a number of unhandled 'notconnected' cases.
- Added helper functions to handle errors and ensure TypeScript catches
  unhandled ones.
2020-06-24 15:12:17 -07:00
..
development docs(click.md): update click.md documentation (#2303) 2020-05-20 00:04:44 -07:00
docker devops: do cache busting for APT (#2656) 2020-06-22 15:54:19 -07:00
examples fix(examples): closes #1916 (#1934) 2020-04-23 08:44:58 -07:00
README.md docs: add assertions doc (#2585) 2020-06-22 16:53:56 -07:00
actionability.md feat(screenshot): accept timeout, migrate to Progress, wait for visible (#2679) 2020-06-24 10:16:54 -07:00
api.md fix(errors): strict error handling around element operations (#2567) 2020-06-24 15:12:17 -07:00
assertions.md docs: add assertions doc (#2585) 2020-06-22 16:53:56 -07:00
ci.md docs: improvements to ci provider configs (#2565) 2020-06-13 13:11:24 -07:00
core-concepts.md docs: add assertions doc (#2585) 2020-06-22 16:53:56 -07:00
emulation.md docs(ci): update docs for caching and troubleshooting (#2176) 2020-05-11 09:54:03 -07:00
extensibility.md docs(ci): update docs for caching and troubleshooting (#2176) 2020-05-11 09:54:03 -07:00
input.md docs: fixed various typos (#2633) 2020-06-18 15:04:21 -07:00
installation.md docs: update docs for per-browser download hosts (#2630) 2020-06-18 12:35:37 -07:00
intro.md docs: using DEBUG=pw:api (#2578) 2020-06-15 18:34:58 -07:00
loading.md docs(ci): update docs for caching and troubleshooting (#2176) 2020-05-11 09:54:03 -07:00
network.md docs(ci): update docs for caching and troubleshooting (#2176) 2020-05-11 09:54:03 -07:00
selectors.md docs(ci): update docs for caching and troubleshooting (#2176) 2020-05-11 09:54:03 -07:00
showcase.md docs: add Moon to showcase.md (#2677) 2020-06-23 10:54:37 -07:00
test-runners.md docs: using DEBUG=pw:api (#2578) 2020-06-15 18:34:58 -07:00
troubleshooting.md docs: fixed various typos (#2633) 2020-06-18 15:04:21 -07:00
verification.md docs: improve snippets for console logs (#2684) 2020-06-23 19:34:18 -07:00