Skip to content

Commit

Permalink
Update webdrivers.xml (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarezguille authored Mar 5, 2019
1 parent 2ab8fd7 commit d015469
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions webdrivers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@
<root>
<windows>
<driver id="googlechrome">
<version id="2.43">
<version id="2.46">
<bitrate thirtytwobit="true" sixtyfourbit="true">
<filelocation>http://chromedriver.storage.googleapis.com/2.43/chromedriver_win32.zip</filelocation>
<hash>00c7133d8caadabcb51623dc8c5e11842087bd3a</hash>
<filelocation>http://chromedriver.storage.googleapis.com/2.46/chromedriver_win32.zip</filelocation>
<hash>a95696782d22d94bb60f83a315e8a584f2ff5db2</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
</windows>
<linux>
<driver id="googlechrome">
<version id="2.43">
<version id="2.46">
<bitrate sixtyfourbit="true">
<filelocation>https://chromedriver.storage.googleapis.com/2.43/chromedriver_linux64.zip</filelocation>
<hash>63bce01580d6bc488aa185d572500f342f10eeef</hash>
<filelocation>https://chromedriver.storage.googleapis.com/2.46/chromedriver_linux64.zip</filelocation>
<hash>402a44dc7719f7d40d4493942e2bd3238fa99ce5</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
</driver>
</linux>
<osx>
<driver id="googlechrome">
<version id="2.43">
<version id="2.46">
<bitrate sixtyfourbit="true">
<filelocation>https://chromedriver.storage.googleapis.com/2.43/chromedriver_mac64.zip</filelocation>
<hash>1c19c0ea6b92fc7010033563bdd8d95f52ba3340</hash>
<filelocation>https://chromedriver.storage.googleapis.com/2.46/chromedriver_mac64.zip</filelocation>
<hash>c0d44dea937978f4c762a63ceda539f8c64bb5c5</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
Expand Down

0 comments on commit d015469

Please sign in to comment.