更新验证器提价
This commit is contained in:
16
install_driver.bat
Normal file
16
install_driver.bat
Normal file
@@ -0,0 +1,16 @@
|
||||
@echo off
|
||||
echo ========================================
|
||||
echo ChromeDriver 自动安装脚本
|
||||
echo ========================================
|
||||
echo.
|
||||
python setup_driver.py
|
||||
if %ERRORLEVEL% NEQ 0 (
|
||||
echo.
|
||||
echo 安装失败!请检查网络连接或手动运行 python setup_driver.py
|
||||
pause
|
||||
exit /b %ERRORLEVEL%
|
||||
)
|
||||
echo.
|
||||
echo 安装完成!
|
||||
echo.
|
||||
pause
|
||||
Reference in New Issue
Block a user