playwright/docs
2020-04-19 19:06:23 -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 reapply api(waitUntil): remove waitUntil options from the actions (#1842) 2020-04-16 20:31:04 -07:00
ci.md docs(ci): update link to github action (#1742) 2020-04-10 10:24:22 -07:00
core-concepts.md docs(core-concepts): add selectors and auto-wait sections 2020-04-19 19:06:23 -07:00
emulation.md docs(emulation): review, fix nits 2020-04-16 14:19:21 -07:00
input.md docs(input): include clicks and files sections (#1868) 2020-04-19 18:47:36 -07:00
loading.md docs(loading): nits and fixes 2020-04-16 15:02:41 -07:00
network.md docs(network): polish network docs (#1826) 2020-04-16 10:48:38 -07:00
README.md docs(input): include clicks and files sections (#1868) 2020-04-19 18:47:36 -07:00
selectors.md feat(shadow): make css pierce shadow by default (#1784) 2020-04-15 10:16:29 -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
upload-download.md docs: typo fix 2020-04-16 12:48:16 -07:00

Table of contents

  1. Core concepts
  2. Input
  3. Emulation
    • User agent
    • Viewport, color scheme
    • Devices
    • Locale & Timezone
    • Geolocation
    • Permissions
  4. Network
    • Navigation & load
    • Waiting for navigation
    • Handling downloads
    • Network events
    • Mocking network
    • Aborting requests
  5. Scraping and verification
    • Screenshots
    • Evaluation
  6. Selector engines
    • Built-in engines
    • Custom engines
  7. Test runners
    • Jest
    • Mocha
    • Karma
    • Jasmine
    • Jasmine
    • Storybooks
  8. Continuous integration
    • Git Hub Action
    • Docker images
    • Troubleshooting