Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 650 Bytes

Other.md

File metadata and controls

16 lines (10 loc) · 650 Bytes

环境准备

image-20230716184756757

  • 创建MySQL,导入lib目录中的SQL脚本init_db_script.sql
  • 创建Selenium环境
    • 点击这个链接:chromedriver下载地址,下载和当前Chrome匹配的chromedriver
    • 将下载的chromedriver.exe放到lib目录中。

修改代码

utils/selenium_util.py位置,将原本使用docker启动方式的代码注释,本地启动代码。

image-20230716185149619