playwright/docs/out
2021-01-03 08:47:29 -08:00
..
api doc: further align docs w/ playwright.dev (#4866) 2021-01-03 08:47:29 -08:00
actionability.md doc: further align docs w/ playwright.dev (#4866) 2021-01-03 08:47:29 -08:00
assertions.md doc: further align docs w/ playwright.dev (#4866) 2021-01-03 08:47:29 -08:00
auth.md doc: further align docs w/ playwright.dev (#4866) 2021-01-03 08:47:29 -08:00
ci.md doc: further align docs w/ playwright.dev (#4866) 2021-01-03 08:47:29 -08:00
cli.md doc: further align docs w/ playwright.dev (#4866) 2021-01-03 08:47:29 -08:00
core-concepts.md doc: further align docs w/ playwright.dev (#4866) 2021-01-03 08:47:29 -08:00
debug.md doc: further align docs w/ playwright.dev (#4866) 2021-01-03 08:47:29 -08:00
docker.md doc: further align docs w/ playwright.dev (#4866) 2021-01-03 08:47:29 -08:00
emulation.md doc: further align docs w/ playwright.dev (#4866) 2021-01-03 08:47:29 -08:00
extensibility.md doc: further align docs w/ playwright.dev (#4866) 2021-01-03 08:47:29 -08:00
input.md doc: further align docs w/ playwright.dev (#4866) 2021-01-03 08:47:29 -08:00
installation.md doc: further align docs w/ playwright.dev (#4866) 2021-01-03 08:47:29 -08:00
intro.md doc: further align docs w/ playwright.dev (#4866) 2021-01-03 08:47:29 -08:00
languages.md doc: further align docs w/ playwright.dev (#4866) 2021-01-03 08:47:29 -08:00
mobile.md doc: further align docs w/ playwright.dev (#4866) 2021-01-03 08:47:29 -08:00
multi-pages.md doc: further align docs w/ playwright.dev (#4866) 2021-01-03 08:47:29 -08:00
navigations.md doc: further align docs w/ playwright.dev (#4866) 2021-01-03 08:47:29 -08:00
network.md doc: further align docs w/ playwright.dev (#4866) 2021-01-03 08:47:29 -08:00
pom.md doc: further align docs w/ playwright.dev (#4866) 2021-01-03 08:47:29 -08:00
README.md doc: further align docs w/ playwright.dev (#4866) 2021-01-03 08:47:29 -08:00
selectors.md doc: further align docs w/ playwright.dev (#4866) 2021-01-03 08:47:29 -08:00
showcase.md doc: further align docs w/ playwright.dev (#4866) 2021-01-03 08:47:29 -08:00
test-runners.md doc: further align docs w/ playwright.dev (#4866) 2021-01-03 08:47:29 -08:00
troubleshooting.md doc: further align docs w/ playwright.dev (#4866) 2021-01-03 08:47:29 -08:00
verification.md doc: further align docs w/ playwright.dev (#4866) 2021-01-03 08:47:29 -08:00
why-playwright.md doc: further align docs w/ playwright.dev (#4866) 2021-01-03 08:47:29 -08:00

id title
README 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