Update chrome version (#4866)

This commit is contained in:
alschmiedt
2021-06-03 17:57:40 -07:00
committed by GitHub
parent cd7c24b4ac
commit e4f15898d0

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: '89.0.4389.23',
version: '91.0.4472.19',
arch: process.arch,
baseURL: 'https://chromedriver.storage.googleapis.com'
},