forked from evan-krul/CTC_2019
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebdrivers.xml
More file actions
36 lines (36 loc) · 1.45 KB
/
webdrivers.xml
File metadata and controls
36 lines (36 loc) · 1.45 KB
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="73.0.3683.68">
<bitrate thirtytwobit="true" sixtyfourbit="true">
<filelocation>http://chromedriver.storage.googleapis.com/73.0.3683.68/chromedriver_win32.zip</filelocation>
<hash>7c57ee80defcbd536e26d982e5ebff3b361b6abd</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
</windows>
<linux>
<driver id="googlechrome">
<version id="73.0.3683.68">
<bitrate sixtyfourbit="true">
<filelocation>https://chromedriver.storage.googleapis.com/73.0.3683.68/chromedriver_linux64.zip</filelocation>
<hash>2ae90d3e04d45fe3965b48aa858469a6dbf55740</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
</linux>
<osx>
<driver id="googlechrome">
<version id="73.0.3683.68">
<bitrate sixtyfourbit="true">
<filelocation>https://chromedriver.storage.googleapis.com/73.0.3683.68/chromedriver_mac64.zip</filelocation>
<hash>7242dbde8e47806c5787f5c0245bd09e98cb3d0a</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
</osx>
</root>