更新
This commit is contained in:
parent
dfede5f6df
commit
ae9739f746
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
/tmp
|
||||
/driver
|
||||
*.pyc
|
||||
screenshot.png
|
||||
result.png
|
||||
|
12
README.MD
12
README.MD
@ -1,2 +1,14 @@
|
||||
### 项目依赖安装
|
||||
```shell
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
### requirements.txt
|
||||
```shell
|
||||
pip install pipreqs
|
||||
pipreqs ./ --encoding=utf8
|
||||
```
|
||||
|
||||
|
||||
### chrome driver 下载地址
|
||||
https://googlechromelabs.github.io/chrome-for-testing/#stable
|
2
requirements.txt
Normal file
2
requirements.txt
Normal file
@ -0,0 +1,2 @@
|
||||
Pillow==10.2.0
|
||||
selenium==4.18.1
|
BIN
result.png
BIN
result.png
Binary file not shown.
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 92 KiB |
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 384 KiB After Width: | Height: | Size: 336 KiB |
Loading…
Reference in New Issue
Block a user