Skip to content

Commit

Permalink
deleted internet explorer and old edge from default config
Browse files Browse the repository at this point in the history
  • Loading branch information
udarrr committed Oct 23, 2023
1 parent ee71a2e commit dd35551
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/default-config.js
Expand Up @@ -10,21 +10,13 @@ module.exports = () => {
onlyDriverArgs: [],
baseURL: 'https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing',
},
ie: {
version: '3.150.1',
arch: process.arch,
baseURL: 'https://selenium-release.storage.googleapis.com',
},
firefox: {
version: 'latest',
fallbackVersion: '0.30.0',
arch: process.arch,
onlyDriverArgs: [],
baseURL: 'https://github.com/mozilla/geckodriver/releases/download',
},
edge: {
version: '17134',
},
chromiumedge: {
version: 'latest',
fallbackVersion: '117.0.2045.55',
Expand Down

0 comments on commit dd35551

Please sign in to comment.