Update chrome driver version (#4710)

This commit is contained in:
alschmiedt
2021-03-17 12:56:10 -07:00
committed by GitHub
parent 82a2dd90a7
commit c6b8791ece

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