You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
[jake@localhost debugger.html]$ npm run firefox
> [email protected] firefox /home/jake/code/debugger.html
> node bin/firefox-driver --start
/home/jake/code/debugger.html/node_modules/selenium-webdriver/lib/promise.js:2291
throw error;
^
WebDriverError: Error loading page
at WebDriverError (/home/jake/code/debugger.html/node_modules/selenium-webdriver/lib/error.js:27:5)
at Object.throwDecodedError (/home/jake/code/debugger.html/node_modules/selenium-webdriver/lib/error.js:477:11)
at parseHttpResponse (/home/jake/code/debugger.html/node_modules/selenium-webdriver/lib/http.js:388:15)
at doSend.then.response (/home/jake/code/debugger.html/node_modules/selenium-webdriver/lib/http.js:330:11)
at process._tickCallback (internal/process/next_tick.js:103:7)
From: Task: WebDriver.navigate().to(http://localhost:7999/todomvc)
at Driver.schedule (/home/jake/code/debugger.html/node_modules/selenium-webdriver/lib/webdriver.js:414:17)
at Navigation.to (/home/jake/code/debugger.html/node_modules/selenium-webdriver/lib/webdriver.js:1042:25)
at Driver.get (/home/jake/code/debugger.html/node_modules/selenium-webdriver/lib/webdriver.js:832:28)
at Object.<anonymous> (/home/jake/code/debugger.html/bin/firefox-driver.js:51:10)
at Module._compile (module.js:556:32)
at Object.Module._extensions..js (module.js:565:10)
at Module.load (module.js:473:32)
at tryModuleLoad (module.js:432:12)
at Function.Module._load (module.js:424:3)
at Module.runMain (module.js:590:10)
The text was updated successfully, but these errors were encountered:
Closing this issue as it's likely stale. We've made some improvements to the driver (upgrading to selenium 3). The primary issue now is #906, where the driver no longer sets the debugger server
Running on archlinux. 'npm start' is working.
The text was updated successfully, but these errors were encountered: