playwright/docs
Dmitry Gozman 18292325b6
api: add waitForElementState('disabled') (#3537)
Allows waiting for the element to be disabled.
2020-08-19 17:20:10 -07:00
..
development
docker
examples
actionability.md fix(hover): do not require the element to be enabled before hovering (#3445) 2020-08-14 13:18:32 -07:00
api.md api: add waitForElementState('disabled') (#3537) 2020-08-19 17:20:10 -07:00
assertions.md
auth.md docs: introduce doc on authentication (#3404) 2020-08-12 16:02:23 -07:00
ci.md docs(ci): add sample config for jenkins (#3398) 2020-08-12 14:01:55 -07:00
core-concepts.md docs: introduce doc on authentication (#3404) 2020-08-12 16:02:23 -07:00
debug.md
emulation.md
extensibility.md
getting-help.md docs: add getting help section (#3410) 2020-08-12 10:31:35 -07:00
input.md
installation.md
intro.md
loading.md
multi-pages.md
network.md docs: introduce doc on authentication (#3404) 2020-08-12 16:02:23 -07:00
pom.md docs: introduce docs for page object models (#3391) 2020-08-11 15:46:36 -07:00
README.md docs: introduce doc on authentication (#3404) 2020-08-12 16:02:23 -07:00
selectors.md
showcase.md docs: add showcase how to use allure-report and jest-circus with playwright (#3408) 2020-08-12 14:34:58 -07:00
test-runners.md test: slowly removing testOptions (#3464) 2020-08-14 07:22:54 -07:00
troubleshooting.md
verification.md

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