What problem does it solve? Writing browser automation and end-to-end tests with Playwright for Python requires knowing dozens of APIs, locator strategies, and configuration options, and this Skill gives an AI agent authoritative reference material to answer questions and generate correct code. ## Core Features & Use Cases - Core Guides: Conceptual documentation covering installation, writing and running tests, locators, auto-waiting, network interception, authentication, emulation, debugging, CI setup, and Docker. - API Reference: Class-level documentation for all Playwright Python objects including Page, Browser, BrowserContext, Locator, APIRequestContext, and assertion classes. - Use Case: When asked to write a pytest test that logs into a web app and reuses the authenticated session, the agent consults the auth and browser-contexts guides to produce correct storage_state code. ## Quick Start Ask the agent to write a Playwright Python test that navigates to a page, fills a login form, and asserts the resulting page title.