parent
ea26819fd9
commit
4fab957f4a
@ -1,10 +0,0 @@ |
||||
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' |
||||
} |
||||
} |
||||
} |
@ -1,15 +0,0 @@ |
||||
module.exports = { |
||||
baseURL: 'https://selenium-release.storage.googleapis.com', |
||||
drivers: { |
||||
chrome: { |
||||
version: '114.0.1788.0', |
||||
arch: process.arch, |
||||
baseURL: 'https://chromedriver.storage.googleapis.com' |
||||
}, |
||||
chromiumedge: { |
||||
version: '114.0.1788.0', |
||||
arch: process.arch, |
||||
baseURL: 'https://msedgedriver.azureedge.net/' |
||||
} |
||||
} |
||||
} |
@ -1,10 +0,0 @@ |
||||
module.exports = { |
||||
baseURL: 'https://selenium-release.storage.googleapis.com', |
||||
drivers: { |
||||
chrome: { |
||||
version: '116.0.5845.96-win32', |
||||
arch: process.arch, |
||||
baseURL: 'https://chromedriver.storage.googleapis.com' |
||||
} |
||||
} |
||||
} |
Loading…
Reference in new issue