Ming Cheng Jiang

Results 1 issues of Ming Cheng Jiang

### Version 1.49.1 ### Steps to reproduce ```python from playwright.async_api import async_playwright async def main(): playwright = await async_playwright().start() browser = await playwright.firefox.launch() context = await browser.new_context() page = await...

P3-collecting-feedback
browser-firefox