forked from vaadin/flow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
drivers.xml
39 lines (39 loc) · 1.48 KB
/
drivers.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
37
38
39
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<root>
<windows>
<driver id="googlechrome">
<version id="2.34">
<bitrate thirtytwobit="true" sixtyfourbit="true">
<filelocation>http://chromedriver.storage.googleapis.com/2.34/chromedriver_win32.zip
</filelocation>
<hash>8d0f923f0d990701ca6ce41f3d9637615f9becd2</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
</windows>
<linux>
<driver id="googlechrome">
<version id="2.34">
<bitrate sixtyfourbit="true">
<filelocation>http://chromedriver.storage.googleapis.com/2.34/chromedriver_linux64.zip
</filelocation>
<hash>96273546e02dd5b6816fc741a57aef631b5068bc</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
</linux>
<osx>
<driver id="googlechrome">
<version id="2.34">
<bitrate thirtytwobit="true" sixtyfourbit="true">
<filelocation>http://chromedriver.storage.googleapis.com/2.34/chromedriver_mac64.zip
</filelocation>
<hash>ef95d37dabfedd93acb8cf5156be0af49a1f9763</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
</osx>
</root>