forked from vaadin/flow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdrivers.xml
More file actions
36 lines (36 loc) · 1.45 KB
/
Copy pathdrivers.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="84.0.4147.30">
<bitrate thirtytwobit="true" sixtyfourbit="true">
<filelocation>https://chromedriver.storage.googleapis.com/84.0.4147.30/chromedriver_win32.zip</filelocation>
<hash>88865caf39e8e565d7fe05f7f2dac860d41e70bc</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/84.0.4147.30/chromedriver_linux64.zip</filelocation>
<hash>2518c34ae056ca6264eae2cceb90d544e1dc35bb</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/84.0.4147.30/chromedriver_mac64.zip</filelocation>
<hash>3688167f9f4f0e7a240cc215b332500fb33eec9f</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
</osx>
</root>