About 51 results
Open links in new tab
  1. Fast and reliable end-to-end testing for modern web apps | Playwright

    Playwright enables reliable web automation for testing, scripting, and AI agents. One API to drive Chromium, Firefox, and WebKit — in your tests, your scripts, and your agent workflows. Available for …

  2. Installation | Playwright

    Playwright Test is an end-to-end test framework for modern web apps. It bundles test runner, assertions, isolation, parallelization and rich tooling. Playwright supports Chromium, WebKit and Firefox on …

  3. Playwright Library

    Playwright module provides a method to launch a browser instance. The following is a typical example of using Playwright to drive automation:

  4. Writing tests | Playwright

    Writing tests Introduction Playwright tests are simple: they perform actions and assert the state against expectations. Playwright automatically waits for actionability checks to pass before performing each …

  5. VS Code | Playwright

    VS Code Introduction The Playwright VS Code extension brings the power of Playwright Test directly into your editor, allowing you to run, debug, and generate tests with a seamless UI-driven …

  6. Playwright MCP

    Playwright MCP Introduction The Playwright MCP server provides browser automation capabilities through the Model Context Protocol, enabling LLMs to interact with web pages using structured …

  7. Agents | Playwright

    Playwright Test Agents Introduction Playwright comes with three Playwright Test Agents out of the box: 🎭 planner, 🎭 generator and 🎭 healer. These agents can be used independently, sequentially, or as the …

  8. Test generator | Playwright

    Test generator Introduction Playwright comes with the ability to generate tests for you as you perform actions in the browser and is a great way to quickly get started with testing. Playwright will look at …

  9. Installation | Playwright Python

    Installation Introduction Playwright was created specifically to accommodate the needs of end-to-end testing. Playwright supports all modern rendering engines including Chromium, WebKit, and Firefox. …

  10. Locators | Playwright

    Locators Introduction Locator s are the central piece of Playwright's auto-waiting and retry-ability. In a nutshell, locators represent a way to find element (s) on the page at any moment. Quick Guide …