UNPKG

selenium-standalone

Version:

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

6 lines (4 loc) 118 B
const isSelenium4 = (seleniumVersion = '') => seleniumVersion.startsWith('4.'); module.exports = { isSelenium4, };