MCPcopy Index your code
hub / github.com/microsoft/playwright-python / async_playwright

Function async_playwright

playwright/async_api/__init__.py:96–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94
95
96def async_playwright() -> PlaywrightContextManager:
97 return PlaywrightContextManager()
98
99
100class Expect:

Calls 1