Skip to content

Commit

Permalink
New SENTINEL string for selenium 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yaourt authored and beatfactor committed Mar 5, 2018
1 parent 3f9ea4c commit bafa8c6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/runner/selenium.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ var child_process = require('child_process');
var util = require('util');
var Logger = require('../util/logger.js');

var SENTINEL = ['Started org.openqa.jetty.jetty.Server', 'INFO - Selenium Server is up and running'];
var SENTINEL = [
'Started org.openqa.jetty.jetty.Server',
'INFO - Selenium Server is up and running',
'INFO [SeleniumServer.boot] - Selenium Server is up and running on port'
];
var DEFAULT_PORT = 4444;
var DEFAULT_HOST = '127.0.0.1';
var DEFAULT_LOG_FILE = 'selenium-debug.log';
Expand Down

0 comments on commit bafa8c6

Please sign in to comment.