selenium-robot-web/ ├── README.md # 项目说明文档(本文件) ├── TASKS.md # 任务跟踪清单 ├── requirements.txt # Python 依赖包 ...
This example can be run as follows. Create virtual environment with python -m venv .venv. Activate virtual environment with source .venv/bin/activate for Linux bash. Or with .venv\Scripts\activate.bat ...