|
|
@ -4,7 +4,7 @@ module.exports = { |
|
|
|
baseURL: 'https://selenium-release.storage.googleapis.com', |
|
|
|
baseURL: 'https://selenium-release.storage.googleapis.com', |
|
|
|
drivers: { |
|
|
|
drivers: { |
|
|
|
chrome: { |
|
|
|
chrome: { |
|
|
|
version: '2.39', |
|
|
|
version: '2.45', |
|
|
|
arch: process.arch, |
|
|
|
arch: process.arch, |
|
|
|
baseURL: 'https://chromedriver.storage.googleapis.com' |
|
|
|
baseURL: 'https://chromedriver.storage.googleapis.com' |
|
|
|
} |
|
|
|
} |
|
|
|