Skip to content

Commit

Permalink
fix: navigate to about:blank rather then google.com
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed Jun 28, 2013
1 parent 701d2de commit f51f245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ var SauceLabBrowser = function(id, args, sauceConnect, /* config.sauceLabs */ co
clearTimeout(pendingHeartBeat);
log.debug('Shutting down Sauce Labs driver');
// workaround - navigate to other page to avoid re-connection
driver.get('http://www.google.com', function() {
driver.get('about:blank', function() {
driver.quit(done);
});
};
Expand Down

0 comments on commit f51f245

Please sign in to comment.