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="95.0.4638.17">
<bitrate thirtytwobit="true" sixtyfourbit="true">
<filelocation>https://chromedriver.storage.googleapis.com/95.0.4638.17/chromedriver_win32.zip</filelocation>
<hash>27fe4c43e46e083caf786118c3db04fc38c6de67</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
</windows>
<linux>
<driver id="googlechrome">
<version id="95.0.4638.17">
<bitrate sixtyfourbit="true">
<filelocation>https://chromedriver.storage.googleapis.com/95.0.4638.17/chromedriver_linux64.zip</filelocation>
<hash>52e4025dfd5351f3e17d227115f44871f3225445</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
</linux>
<osx>
<driver id="googlechrome">
<version id="95.0.4638.17">
<bitrate sixtyfourbit="true">
<filelocation>https://chromedriver.storage.googleapis.com/95.0.4638.17/chromedriver_mac64.zip</filelocation>
<hash>5bed018822867015f4dd73414f71ad311cdc484e</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
</osx>
</root>