Playwright API

Playwright provides a cross-browser automation API for end-to-end testing of web applications. It supports Chromium, Firefox, and WebKit with a single API, enabling reliable testing with auto-wait, network interception, mobile emulation, and parallel execution across Node.js, Python, Java, and .NET.

API entry from apis.yml

apis.yml Raw ↑
aid: microsoft-playwright:playwright-api
name: Playwright API
tags:
- Browser Automation
- End-To-End Testing
- Testing
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://playwright.dev/docs/api/class-playwright
properties:
- url: https://playwright.dev/docs/api/class-playwright
  type: Documentation
- url: https://playwright.dev/docs/intro
  type: Getting Started
description: Playwright provides a cross-browser automation API for end-to-end testing of web applications.
  It supports Chromium, Firefox, and WebKit with a single API, enabling reliable testing with auto-wait,
  network interception, mobile emulation, and parallel execution across Node.js, Python, Java, and .NET.