Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browser.pause not working with node8 #4344

Closed
zerdos opened this issue Jun 20, 2017 · 1 comment
Closed

Browser.pause not working with node8 #4344

zerdos opened this issue Jun 20, 2017 · 1 comment

Comments

@zerdos
Copy link

zerdos commented Jun 20, 2017

Bug report

Browser.pause throws error in the console.

Hint:
https://github.com/angular/protractor/blob/master/lib/debugger/debuggerCommons.js
Line1:
var baseDebugger = require('_debugger');

In node 7.10, it makes sense:
https://github.com/nodejs/node/blob/v7.10.0/lib/_debugger.js

But from 8.0, this file is missing :(
https://github.com/nodejs/node/blob/v8.0.0/lib/_debugger.js

  • Node Version: 8.1.2
  • Protractor Version: 5.1.2
@pmowrer
Copy link
Contributor

pmowrer commented Jun 20, 2017

Dupe of #4307

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants