microsoft / playwright-python

Python version of the Playwright testing and automation library.
https://playwright.dev/python/
Apache License 2.0
11.63k stars 883 forks source link

refactor(errors): extend TimeoutError and TargetClosedError with built-in exceptions #2541

Closed kaixinol closed 1 month ago

mxschmitt commented 1 month ago

Last time we did it we reverted it: https://github.com/microsoft/playwright-python/pull/2312

I would still wait until the issue reaches more momentum or it fixes a concrete user-facing bug.