module.exports = { baseURL: 'https://selenium-release.storage.googleapis.com', drivers: { chrome: { version: '116.0.5845.228', arch: process.arch, baseURL: 'https://chromedriver.storage.googleapis.com' } } }