Update chromedriver version

This commit is contained in:
Rachel Fenichel
2020-04-24 16:56:30 -07:00
committed by GitHub
parent 07762ff4da
commit 867509e42c

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'
},