Merge pull request #3861 from google/rachel-fenichel-patch-2

Update chromedriver version
This commit is contained in:
Rachel Fenichel
2020-04-24 17:06:28 -07:00
committed by GitHub

View File

@@ -9,7 +9,7 @@ module.exports = {
chrome: {
// check for more recent versions of chrome driver here:
// https://chromedriver.storage.googleapis.com/index.html
version: '79.0.3945.36',
version: '81.0.4044.20',
arch: process.arch,
baseURL: 'https://chromedriver.storage.googleapis.com'
},