-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRepositoryMap.xml
89 lines (89 loc) · 4.05 KB
/
RepositoryMap.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<root>
<windows>
<driver id="internetexplorer">
<version id="2.39.0">
<bitrate sixtyfourbit="true">
<filelocation>https://selenium.googlecode.com/files/IEDriverServer_x64_2.39.0.zip</filelocation>
<hash>c7ffa258de34d0934120b269a5af76e14a62d2d4</hash>
<hashtype>sha1</hashtype>
</bitrate>
<bitrate thirtytwobit="true">
<filelocation>https://selenium.googlecode.com/files/IEDriverServer_Win32_2.39.0.zip</filelocation>
<hash>71b8fad1dadc72a1b7e45ade3f5c3f72d4f02def</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
<driver id="googlechrome">
<version id="2.8">
<bitrate thirtytwobit="true" sixtyfourbit="true">
<filelocation>http://chromedriver.storage.googleapis.com/2.8/chromedriver_win32.zip</filelocation>
<hash>2e5ec89661e528bf69f717953896d85896ca64db</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
<driver id="phantomjs">
<version id="1.9.2">
<bitrate thirtytwobit="true" sixtyfourbit="true">
<filelocation>https://phantomjs.googlecode.com/files/phantomjs-1.9.2-windows.zip</filelocation>
<hash>5fcfb32d9df9e603a3980139026bc33d516dae01</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
</windows>
<linux>
<driver id="googlechrome">
<version id="2.8">
<bitrate sixtyfourbit="true">
<filelocation>http://chromedriver.storage.googleapis.com/2.8/chromedriver_linux64.zip</filelocation>
<hash>33112f4484145bd0bb8100bac7670d8c45793a4b</hash>
<hashtype>sha1</hashtype>
</bitrate>
<bitrate thirtytwobit="true">
<filelocation>http://chromedriver.storage.googleapis.com/2.8/chromedriver_linux32.zip</filelocation>
<hash>f3743b625e5466a82fb0e433611190588fa07357</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
<driver id="phantomjs">
<version id="1.9.2">
<bitrate sixtyfourbit="true">
<filelocation>https://phantomjs.googlecode.com/files/phantomjs-1.9.2-linux-x86_64.tar.bz2
</filelocation>
<hash>c78c4037d98fa893e66fc516214499c58228d2f9</hash>
<hashtype>sha1</hashtype>
</bitrate>
<bitrate thirtytwobit="true">
<filelocation>https://phantomjs.googlecode.com/files/phantomjs-1.9.2-linux-i686.tar.bz2
</filelocation>
<hash>9ead5dd275f79eaced61ce63dbeca58be4d7f090</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
</linux>
<osx>
<driver id="googlechrome">
<version id="2.8">
<bitrate thirtytwobit="true" sixtyfourbit="true">
<filelocation>http://chromedriver.storage.googleapis.com/2.8/chromedriver_mac32.zip</filelocation>
<hash>b44d4666d00531f9edc5f1e89534a789fb4ec162</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
<driver id="phantomjs">
<version id="1.9.2">
<bitrate thirtytwobit="true" sixtyfourbit="true">
<filelocation>https://phantomjs.googlecode.com/files/phantomjs-1.9.2-macosx.zip</filelocation>
<hash>36357dc95c0676fb4972420ad25455f49a8f3331</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
</osx>
</root>