-
Notifications
You must be signed in to change notification settings - Fork 5
/
webdrivers.xml
executable file
·36 lines (36 loc) · 1.45 KB
/
webdrivers.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="80.0.3987.106">
<bitrate thirtytwobit="true" sixtyfourbit="true">
<filelocation>https://chromedriver.storage.googleapis.com/80.0.3987.106/chromedriver_win32.zip</filelocation>
<hash>40aeb7b0b3a3ea23a139a764b56e172f2fdb90a4</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
</windows>
<linux>
<driver id="googlechrome">
<version id="80.0.3987.106">
<bitrate sixtyfourbit="true">
<filelocation>https://chromedriver.storage.googleapis.com/80.0.3987.106/chromedriver_linux64.zip</filelocation>
<hash>0e8848ebca11706768fd748dd0282672acad35ac</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
</linux>
<osx>
<driver id="googlechrome">
<version id="80.0.3987.106">
<bitrate sixtyfourbit="true">
<filelocation>https://chromedriver.storage.googleapis.com/80.0.3987.106/chromedriver_mac64.zip</filelocation>
<hash>3b58b8039f363de3b13a8bea7d4646105fbbd177</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
</osx>
</root>