We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96df28 commit a42fa87Copy full SHA for a42fa87
javascript/node/selenium-webdriver/firefox/binary.js
@@ -186,10 +186,6 @@ Binary.prototype.addArguments = function(var_args) {
186
* started subprocess.
187
*/
188
Binary.prototype.launch = function(profile) {
189
- if (this.command_) {
190
- throw Error('Firefox is already running');
191
- }
192
-
193
var env = {};
194
Object.keys(this.env_).forEach(function(key) {
195
env[key] = this.env_[key];
0 commit comments