-
Notifications
You must be signed in to change notification settings - Fork 169
/
Copy pathdrivers.xml
36 lines (36 loc) · 1.44 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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<root>
<windows>
<driver id="googlechrome">
<version id="74.0.3729.6">
<bitrate thirtytwobit="true" sixtyfourbit="true">
<filelocation>https://chromedriver.storage.googleapis.com/74.0.3729.6/chromedriver_win32.zip</filelocation>
<hash>fbc10cbc20da67246e2da89c4763a2fb2671ee71</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
</windows>
<linux>
<driver id="googlechrome">
<version id="74.0.3729.6">
<bitrate sixtyfourbit="true">
<filelocation>https://chromedriver.storage.googleapis.com/74.0.3729.6/chromedriver_linux64.zip</filelocation>
<hash>848a3689d5846eb1b2d5e0d745bb5adf655430ae</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
</linux>
<osx>
<driver id="googlechrome">
<version id="74.0.3729.6">
<bitrate sixtyfourbit="true">
<filelocation>https://chromedriver.storage.googleapis.com/74.0.3729.6/chromedriver_mac64.zip</filelocation>
<hash>d13d083807beb828694045fd56a99cf4a605060d</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
</osx>
</root>