forked from vaadin/flow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
drivers.xml
36 lines (36 loc) · 1.45 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="84.0.4147.30">
<bitrate thirtytwobit="true" sixtyfourbit="true">
<filelocation>https://chromedriver.storage.googleapis.com/85.0.4183.83/chromedriver_win32.zip</filelocation>
<hash>518020edcd75e6f77e3159b683de23337fd38dee</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
</windows>
<linux>
<driver id="googlechrome">
<version id="84.0.4147.30">
<bitrate sixtyfourbit="true">
<filelocation>https://chromedriver.storage.googleapis.com/85.0.4183.83/chromedriver_linux64.zip</filelocation>
<hash>0d8d70af9e15058db3092fc25ac3f0257f2d3d75</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
</linux>
<osx>
<driver id="googlechrome">
<version id="84.0.4147.30">
<bitrate sixtyfourbit="true">
<filelocation>https://chromedriver.storage.googleapis.com/85.0.4183.83/chromedriver_mac64.zip</filelocation>
<hash>3053d5ec6b5264bceca72250715b416dc0aedd91</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
</osx>
</root>