# playwright_demo **Repository Path**: zdyumath/playwright_demo ## Basic Information - **Project Name**: playwright_demo - **Description**: 基于Python的playwright demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-31 - **Last Updated**: 2023-09-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # playwright_demo #### 介绍 基于Python的playwright demo #### 软件架构 软件架构说明 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 笔记 1. 报错:[0327/194112.593:ERROR:main_dll_loader_win.cc(109)] Failed to load Chrome DLL from C:\Users\xxxxxx 解决办法:参考 [microsoft/playwright#21490](https://github.com/microsoft/playwright/issues/21490)\ 暂时将 playwright 回退至 1.27.1 即可。如果有虚拟环境务必先进入虚拟环境,之后执行 `pip install -U playwright==1.27.1`