hkust-nlp / AgentBoard

An Analytical Evaluation Board of Multi-turn LLM Agents
250 stars 26 forks source link

(Bug Fix) Fixes ModuleNotFoundError: No module named 'playwright._imp… #20

Closed zhanwenchen closed 2 months ago

zhanwenchen commented 2 months ago

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 and TimeoutError classes can now be found in https://github.com/microsoft/playwright-python/blob/main/playwright/_impl/_errors.py.

zhanwenchen commented 2 months ago

@yc1999

zhanwenchen commented 2 months ago

Closed in favor of #23. I changed the source branch to upstream main to isolate commits.