playwright/docs
2020-12-30 18:04:51 -08:00
..
development infra: bump to next version on trunk at a branch point (#4288) 2020-10-29 17:46:07 -07:00
docker docs: update docker readme 2020-12-14 08:11:05 -08:00
examples docs: fix auth example (#4528) 2020-11-25 11:32:46 -08:00
actionability.md docs: generate all docs off docs-src (#4858) 2020-12-30 18:04:51 -08:00
api.md docs: generate all docs off docs-src (#4858) 2020-12-30 18:04:51 -08:00
assertions.md docs: generate all docs off docs-src (#4858) 2020-12-30 18:04:51 -08:00
auth.md docs: generate all docs off docs-src (#4858) 2020-12-30 18:04:51 -08:00
ci.md docs: generate all docs off docs-src (#4858) 2020-12-30 18:04:51 -08:00
cli.md docs: generate all docs off docs-src (#4858) 2020-12-30 18:04:51 -08:00
core-concepts.md docs: generate all docs off docs-src (#4858) 2020-12-30 18:04:51 -08:00
debug.md docs: generate all docs off docs-src (#4858) 2020-12-30 18:04:51 -08:00
emulation.md docs: generate all docs off docs-src (#4858) 2020-12-30 18:04:51 -08:00
extensibility.md docs: generate all docs off docs-src (#4858) 2020-12-30 18:04:51 -08:00
input.md docs: generate all docs off docs-src (#4858) 2020-12-30 18:04:51 -08:00
installation.md docs: generate all docs off docs-src (#4858) 2020-12-30 18:04:51 -08:00
intro.md docs: generate all docs off docs-src (#4858) 2020-12-30 18:04:51 -08:00
languages.md docs: generate all docs off docs-src (#4858) 2020-12-30 18:04:51 -08:00
mobile.md docs: generate all docs off docs-src (#4858) 2020-12-30 18:04:51 -08:00
multi-pages.md docs: generate all docs off docs-src (#4858) 2020-12-30 18:04:51 -08:00
navigations.md docs: generate all docs off docs-src (#4858) 2020-12-30 18:04:51 -08:00
network.md docs: generate all docs off docs-src (#4858) 2020-12-30 18:04:51 -08:00
pom.md docs: generate all docs off docs-src (#4858) 2020-12-30 18:04:51 -08:00
README.md feat(cli): add docs (#4837) 2020-12-28 17:38:44 -08:00
selectors.md docs: generate all docs off docs-src (#4858) 2020-12-30 18:04:51 -08:00
showcase.md docs: generate all docs off docs-src (#4858) 2020-12-30 18:04:51 -08:00
test-runners.md docs: generate all docs off docs-src (#4858) 2020-12-30 18:04:51 -08:00
troubleshooting.md docs: generate all docs off docs-src (#4858) 2020-12-30 18:04:51 -08:00
verification.md docs: generate all docs off docs-src (#4858) 2020-12-30 18:04:51 -08:00
why-playwright.md docs: generate all docs off docs-src (#4858) 2020-12-30 18:04:51 -08:00

Documentation

Capabilities

Playwright is a library to automate Chromium, Firefox and WebKit with a single API. Playwright is built to enable cross-browser web automation that is ever-green, capable, reliable and fast.

  • Ever-green browser engines
  • Headless execution
  • Scenarios that span multiple pages, domains and iframes
  • Auto-wait for elements to be ready before executing actions (like click, fill)
  • Reliable signals instead of timeouts (like network response, popup, navigation)
  • Intercept network activity for stubbing and mocking network requests
  • Emulate mobile devices, geolocation, permissions
  • Support for web components via shadow-piercing selectors
  • Native input events for mouse and keyboard
  • Upload and download files

Table of contents

  1. Introduction
  2. Guides
  3. Tutorials
  4. Integrations
  5. Reference
  6. Get help