From c0dd25ba925e22f3d4a0d7eab7315ff07b9e4c05 Mon Sep 17 00:00:00 2001 From: g1879 Date: Sun, 22 Nov 2020 21:12:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 6 ++++-- README.zh-cn.md | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.en.md b/README.en.md index 6e8f53a..5ed4eea 100644 --- a/README.en.md +++ b/README.en.md @@ -360,12 +360,14 @@ Downloading to: D:\python\projects\DrissionPage\DrissionPage Then you can start using it. -If you want to specify the save path of the ini file and chromedriver.exe, you can write: +If you want to use the specified chrome.exe (green version), and specify the ini file and the save path of chromedriver.exe, you can write: ```python -get_match_driver(ini_path ='ini file path', save_path ='save path') +get_match_driver(ini_path ='ini file path', save_path ='save path', chrome_path='chrome path') ``` +Tips: When you specify chrome_path, the program writes this path to the INI file after successful detection. + ### Use set_paths() method diff --git a/README.zh-cn.md b/README.zh-cn.md index bcb8697..35bbb7c 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -362,12 +362,14 @@ Downloading to: D:\python\projects\DrissionPage\DrissionPage 然后就可以开始使用了。 -若你想指定 ini 文件及 chromedriver.exe 的保存路径,可以这样写: +若你想使用指定的 chrome.exe(绿色版),及指定 ini 文件和 chromedriver.exe 的保存路径,可以这样写: ```python -get_match_driver(ini_path='ini文件路径', save_path='保存路径') +get_match_driver(ini_path='ini文件路径', save_path='保存路径', chrome_path='chrome路径') ``` +Tips:当指定 chrome_path 时,检测成功后程序会把这个路径写进 ini 文件。 + ### 使用 set_paths() 方法