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 2f26c3e commit c419b4cCopy full SHA for c419b4c
javascript/node/selenium-webdriver/firefox.js
@@ -121,7 +121,7 @@ const zip = require('./io/zip')
121
const { Browser, Capabilities, Capability } = require('./lib/capabilities')
122
const { Zip } = require('./io/zip')
123
const { getBinaryPaths } = require('./common/driverFinder')
124
-const portprober = require("./net/portprober")
+const portprober = require('./net/portprober')
125
const FIREFOX_CAPABILITY_KEY = 'moz:firefoxOptions'
126
127
/**
0 commit comments