Closed zhanwenchen closed 2 months ago
Fixes ModuleNotFoundError: No module named 'playwright._impl._api_types'
ModuleNotFoundError: No module named 'playwright._impl._api_types'
playwright-python no longer has a playwright._impl._api_types.py file (https://github.com/microsoft/playwright-python/tree/main/playwright/_impl). The Error and TimeoutError classes can now be found in https://github.com/microsoft/playwright-python/blob/main/playwright/_impl/_errors.py.
playwright._impl._api_types.py
TimeoutError
@yc1999
Closed in favor of #23. I changed the source branch to upstream main to isolate commits.
Fixes
ModuleNotFoundError: No module named 'playwright._impl._api_types'
playwright-python no longer has a
playwright._impl._api_types.py
file (https://github.com/microsoft/playwright-python/tree/main/playwright/_impl). The Error andTimeoutError
classes can now be found in https://github.com/microsoft/playwright-python/blob/main/playwright/_impl/_errors.py.