This commit is contained in:
g1879 2020-11-22 21:12:26 +08:00
parent 6b54e058c2
commit c0dd25ba92
2 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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() 方法