--- id: playwright version: "1.62.0" license: Apache-2.0 license_treatment: permissive maintenance: active --- # playwright โ€” A high-level API to automate web browsers License: permissive ยท Maintenance: active ยท Popularity: top 1,000 on PyPI ## Install pip install playwright uv add playwright poetry add playwright ## Description # ๐ŸŽญ [Playwright](https://playwright.dev) for Python [![PyPI](https://badge.fury.io/py/playwright.svg)](https://pypi.python.org/pypi/playwright/) [![Join Discord](https://img.shields.io/badge/join-discord-infomational)](https://aka.ms/playwright/discord) Playwright is a Python library to automate [Chromium](https://www.chromium.org/Home), [Firefox](https://www.mozilla.org/en-US/firefox/new/) and [WebKit](https://webkit.org/) browsers with a single API. Playwright delivers automation that is **ever-green**, **capable**, **reliable** and **fast**. [See how Playwright is better](https://playwright.dev/python). | | Linux | macOS | Windows | | :--- | :---: | :---: | :---: | | Chromium 151.0.7922.34 | โœ… | โœ… | โœ… | | WebKit 26.5 | โœ… | โœ… | โœ… | | Firefox 153.0 | โœ… | โœ… | โœ… | ## Documentation [https://playwright.dev/python/docs/intro](https://playwright.dev/python/docs/intro) ## API Reference [https://playwright.dev/python/docs/api/class-playwright](https://playwright.dev/python/docs/api/class-playwright) ## Example ```py from... [View on SkillFed](https://skillfed.io/packages/playwright) ยท [View on PyPI](https://pypi.org/project/playwright/)