How to use the selenium-standalone.server function in selenium-standalone

To help you get started, we’ve selected a few selenium-standalone examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github YouTransfer / YouTransfer / gulpfile.js View on Github external
}, function(err, child) {
				if(!err) {
					selenium.app = require('./app');
					selenium.server = child;
					callback();
				} else {
					callback(err);
				}
			});
		} else {
github YouTransfer / YouTransfer / gulpfile.js View on Github external
.on('finish', function() {
					selenium.app.close();
					selenium.server.kill();
				});
}

selenium-standalone

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

MIT
Latest version published 21 days ago

Package Health Score

92 / 100
Full package analysis