2024年7月2日 修改配置文件
This commit is contained in:
parent
6b30de86b3
commit
f392b97398
|
@ -328,11 +328,14 @@ libreOffice:
|
|||
# 浏览器调用
|
||||
webDriver:
|
||||
driverName: webdriver.chrome.driver
|
||||
# 浏览器完整路径
|
||||
webExamplePath: 'D:/Program Files (x86)/Google/Chrome/Application/chrome.exe'
|
||||
# 驱动地址
|
||||
driverPath: web/webDriver/126.0.6478.57/chromedriver.exe
|
||||
driverPath: web/webDriver/126.0.6478.127/chromedriver.exe
|
||||
# html地址
|
||||
webHTMLPath: web/html
|
||||
# 是否显式运行
|
||||
isShow: false
|
||||
# 是否无头模式运行
|
||||
isShow: true
|
||||
# 是否运行后关闭
|
||||
isClose: true
|
||||
|
||||
|
|
|
@ -310,11 +310,14 @@ justauth:
|
|||
# 浏览器调用
|
||||
webDriver:
|
||||
driverName: webdriver.chrome.driver
|
||||
# 浏览器完整路径
|
||||
webExamplePath: 'D:/Program Files (x86)/Google/Chrome/Application/chrome.exe'
|
||||
# 驱动地址
|
||||
driverPath: web/webDriver/126.0.6478.57/chromedriver.exe
|
||||
driverPath: web/webDriver/126.0.6478.127/chromedriver.exe
|
||||
# html地址
|
||||
webHTMLPath: web/html
|
||||
# 是否显式运行
|
||||
isShow: false
|
||||
# 是否无头模式运行
|
||||
isShow: true
|
||||
# 是否运行后关闭
|
||||
isClose: true
|
||||
|
||||
|
|
|
@ -310,11 +310,14 @@ justauth:
|
|||
# 浏览器调用
|
||||
webDriver:
|
||||
driverName: webdriver.chrome.driver
|
||||
# 浏览器完整路径
|
||||
webExamplePath: 'D:/Program Files (x86)/Google/Chrome/Application/chrome.exe'
|
||||
# 驱动地址
|
||||
driverPath: web/webDriver/126.0.6478.57/chromedriver.exe
|
||||
driverPath: web/webDriver/126.0.6478.127/chromedriver.exe
|
||||
# html地址
|
||||
webHTMLPath: web/html
|
||||
# 是否显式运行
|
||||
isShow: false
|
||||
# 是否无头模式运行
|
||||
isShow: true
|
||||
# 是否运行后关闭
|
||||
isClose: true
|
||||
|
||||
|
|
Loading…
Reference in New Issue