How to use the selenium-standalone.app 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
.on('finish', function() {
					selenium.app.close();
					selenium.server.kill();
				});
}
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 {

selenium-standalone

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

MIT
Latest version published 1 month ago

Package Health Score

89 / 100
Full package analysis