mirror of
https://gitee.com/g1879/DrissionPage.git
synced 2024-12-10 04:00:23 +08:00
修改
This commit is contained in:
parent
6b54e058c2
commit
c0dd25ba92
@ -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
|
||||
|
@ -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() 方法
|
||||
|
Loading…
x
Reference in New Issue
Block a user