Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 5b23b2e

Browse files
committed
更新chrome驱动
1 parent 254ed54 commit 5b23b2e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/main/resources/driver.mapping.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<drivers base="http://surenpi.com/webdriver/">
33
<!-- 谷歌(Chrome)浏览器 -->
4+
<driver type="chrome" version="2.29">
5+
<items>
6+
<item arch="64" os="linux" path="" />
7+
<item arch="32" os="linux" path="" />
8+
<item arch="64" os="mac" path="" />
9+
<item arch="32" os="mac" path="" />
10+
<item arch="64" os="win32" path="chromedriver.2.29.461591.zip" />
11+
<item arch="32" os="win32" path="chromedriver.2.29.461591.zip" />
12+
</items>
13+
14+
<supports>
15+
<browser version="56"/>
16+
<browser version="57"/>
17+
<browser version="58"/>
18+
</supports>
19+
</driver>
420
<driver type="chrome" version="2.28">
521
<items>
622
<item arch="64" os="linux" path="" />

0 commit comments

Comments
 (0)