UNPKG

selenium-standalone

Version:

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

6 lines (4 loc) 97 B
const sleep = (ms = 1) => new Promise((r) => setTimeout(r, ms)); module.exports = { sleep, };