---
title: "Playwright Python Browser Automation Library for Cross-Browser Testing"
description: "Playwright for Python is Microsoft's cross-browser automation library for Chromium, Firefox, and WebKit. It gives agents and test systems one API for navigation, screenshots, form interaction, assertions, and headless execution across local and CI environments."
verification: "security_reviewed"
source: "https://github.com/microsoft/playwright-python"
author: "microsoft"
publisher_type: "Company"
category:
  - "Browser Automation"
framework:
  - "Multi-Framework"
tool_ecosystem:
  github_repo: "microsoft/playwright-python"
  github_stars: 14510
---

# Playwright Python Browser Automation Library for Cross-Browser Testing

Playwright for Python is Microsoft's cross-browser automation library for Chromium, Firefox, and WebKit. It gives agents and test systems one API for navigation, screenshots, form interaction, assertions, and headless execution across local and CI environments.

## Prerequisites

node.js, python, go, java

## Installation

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

Install command or upstream instructions:

```
pip install playwright && playwright install
```

## Documentation

- https://playwright.dev/python/docs/intro

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/playwright-python-browser-automation-library-cross-browser-testing/)
