Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit bc12c40

Browse files
committed
Updated chromedriver to work with Travis
1 parent 262a48b commit bc12c40

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/test/resources/RepositoryMap.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@
3636
<hashtype>sha1</hashtype>
3737
</bitrate>
3838
</version>
39+
<version id="75.0.3770.90">
40+
<bitrate thirtytwobit="true" sixtyfourbit="true">
41+
<filelocation>https://chromedriver.storage.googleapis.com/75.0.3770.90/chromedriver_win32.zip
42+
</filelocation>
43+
<hash>41f9016c262d1ef4792d92d1d518a5f1907a17e2</hash>
44+
<hashtype>sha1</hashtype>
45+
</bitrate>
46+
</version>
3947
</driver>
4048
</windows>
4149
<linux>
@@ -94,6 +102,13 @@
94102
<hashtype>sha1</hashtype>
95103
</bitrate>
96104
</version>
105+
<version id="75.0.3770.90">
106+
<bitrate sixtyfourbit="true">
107+
<filelocation>https://chromedriver.storage.googleapis.com/75.0.3770.90/chromedriver_linux64.zip</filelocation>
108+
<hash>a425196b5336796d56d5696e850c2abf4c0c2668</hash>
109+
<hashtype>sha1</hashtype>
110+
</bitrate>
111+
</version>
97112
</driver>
98113
</linux>
99114
<osx>
@@ -126,6 +141,13 @@
126141
<hashtype>sha1</hashtype>
127142
</bitrate>
128143
</version>
144+
<version id="75.0.3770.90">
145+
<bitrate sixtyfourbit="true">
146+
<filelocation>https://chromedriver.storage.googleapis.com/75.0.3770.90/chromedriver_mac64.zip</filelocation>
147+
<hash>4a026490030a971704249a57113e64ae52ba84f0</hash>
148+
<hashtype>sha1</hashtype>
149+
</bitrate>
150+
</version>
129151
</driver>
130152
</osx>
131153
</root>

0 commit comments

Comments
 (0)