pivot to selenium

This commit is contained in:
2026-03-31 18:00:39 +08:00
parent ba548e8b13
commit 714818bb15
9 changed files with 412 additions and 53 deletions

View File

@@ -0,0 +1,4 @@
cd /D .\..\
python -m venv venv
.\venv\Scripts\pip.exe install -r ./requirements.txt
@pause