Skip to content

Commit

Permalink
Update Mac Chrome driver to 64-bit
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman committed Aug 16, 2016
1 parent 1dba40f commit bae51b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/resources/RepositoryMap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@
<osx>
<driver id="googlechrome">
<version id="2.23">
<bitrate thirtytwobit="true" sixtyfourbit="true">
<filelocation>http://chromedriver.storage.googleapis.com/2.23/chromedriver_mac32.zip</filelocation>
<hash>8343cb5ed784c1c23c90ecfa86da0dc058d68c89</hash>
<bitrate sixtyfourbit="true">
<filelocation>http://chromedriver.storage.googleapis.com/2.23/chromedriver_mac64.zip</filelocation>
<hash>6f90f35ebf62c99602a0a7298a72dbd130ffa651</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
Expand Down

0 comments on commit bae51b6

Please sign in to comment.