UNPKG

selenium-standalone

Version:

installs a `selenium-standalone` command line to install and start a standalone selenium server

22 lines (21 loc) 532 B
module.exports = { baseURL: 'https://selenium-release.storage.googleapis.com', version: '2.53.1', drivers: { chrome: { version: '2.27', arch: process.arch, baseURL: 'https://chromedriver.storage.googleapis.com' }, ie: { version: '2.53.1', arch: process.arch, baseURL: 'https://selenium-release.storage.googleapis.com' }, firefox: { version: '0.13.0', arch: process.arch, baseURL: 'https://github.com/mozilla/geckodriver/releases/download' } } };