Updating chrome version in selenium config. (#3805)

This commit is contained in:
Monica Kozbial
2020-04-10 10:19:43 -07:00
committed by GitHub
parent ea4b30bfa6
commit 1a0d966b70

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