Index: test/runners/firefox_process.js |
=================================================================== |
--- a/test/runners/firefox_process.js |
+++ b/test/runners/firefox_process.js |
@@ -19,17 +19,17 @@ |
const {Builder} = require("selenium-webdriver"); |
const firefox = require("selenium-webdriver/firefox"); |
require("geckodriver"); |
const {executeScript} = require("./webdriver"); |
const {ensureFirefox} = require("./firefox_download"); |
-const FIREFOX_VERSION = "56.0"; |
+const FIREFOX_VERSION = "57.0"; |
Sebastian Noack
2018/08/22 17:02:04
From the issue description it isn't clear to me wh
hub
2018/08/22 17:36:55
On *some* systems (Debian 9, TravisCI, even some m
Sebastian Noack
2018/08/22 18:29:05
There are two level of support. We discourage user
|
function runScript(firefoxPath, script, scriptName, scriptArgs) |
{ |
let binary = new firefox.Binary(firefoxPath); |
binary.addArguments("-headless"); |
const options = new firefox.Options() |
.setBinary(binary); |