forked from igor-baiborodine/vaadin-demo-bakery-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwebdrivers.xml
36 lines (36 loc) · 1.4 KB
/
webdrivers.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<root>
<windows>
<driver id="googlechrome">
<version id="2.43">
<bitrate thirtytwobit="true" sixtyfourbit="true">
<filelocation>http://chromedriver.storage.googleapis.com/2.43/chromedriver_win32.zip</filelocation>
<hash>00c7133d8caadabcb51623dc8c5e11842087bd3a</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
</windows>
<linux>
<driver id="googlechrome">
<version id="2.43">
<bitrate sixtyfourbit="true">
<filelocation>https://chromedriver.storage.googleapis.com/2.43/chromedriver_linux64.zip</filelocation>
<hash>63bce01580d6bc488aa185d572500f342f10eeef</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
</linux>
<osx>
<driver id="googlechrome">
<version id="2.43">
<bitrate sixtyfourbit="true">
<filelocation>https://chromedriver.storage.googleapis.com/2.43/chromedriver_mac64.zip</filelocation>
<hash>1c19c0ea6b92fc7010033563bdd8d95f52ba3340</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
</osx>
</root>