From 199af8ac40bec1f9f844432c831f349bfd258046 Mon Sep 17 00:00:00 2001 From: naibo Date: Sat, 1 Jul 2023 03:49:06 +0800 Subject: [PATCH] win32 --- ElectronJS/update_chrome.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ElectronJS/update_chrome.py b/ElectronJS/update_chrome.py index 7d42174..6b73eef 100644 --- a/ElectronJS/update_chrome.py +++ b/ElectronJS/update_chrome.py @@ -27,11 +27,11 @@ def copy_folder(source_folder, destination_folder): # 使用copytree()函数复制文件夹及其内容 shutil.copytree(source_folder, destination_folder) -update_version = "114" # 要更新的chromedriver版本 +update_version = "115" # 要更新的chromedriver版本 chrome_driver_url = "https://googlechromelabs.github.io/chrome-for-testing/known-good-versions-with-downloads.json" win64_chrome_path = "C:\\Program Files\\Google\\Chrome\\Application" -win32_chrome_path = "C:\\Program Files (x86)\\Google\\Chrome\\Application" +win32_chrome_path = "C:\\Program Files\\Google\\Chrome\\Application" mac_chrome_path = "/Applications/Google Chrome.app/Contents/MacOS" linux_chrome_path = "/opt/google/chrome"