study_xxqg/docs/delete_old_file.md

17 lines
446 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

目前最新版本更新了浏览器的执行文件路径和playwright驱动文件的路径所以可以删除之前下载的文件。对应文件位置分别为
## windows
```text
C:\Users\用户\AppData\Local\ms-playwright\
C:\Users\用户\AppData\Local\ms-playwright-go\
```
## linux
```text
~/.cache/ms-playwright/
~/.cache/ms-playwright-go/
```
## mac
```text
/User/Library/Caches/ms-playwright/
/User/Library/Caches/ms-playwright-go/
```