Closed tecfu closed 9 years ago
Ubuntu 14.04 Chrome Version 41.0.2272.76 (64-bit) phridge 1.0.8 node v0.12.2
This option simply hasn't been added in the phantomjs source. See: https://github.com/ariya/phantomjs/blob/master/src/config.h https://github.com/ariya/phantomjs/issues/12149#issuecomment-94135557
Also note that phantomjs has 1470 open issues as of this posting, and that other JSON config options fail as well. i.e. : https://github.com/ariya/phantomjs/issues/13115
I think I'm going to write a patch that uses the CLI style args instead.
Patched and created pull request.
I'm attempting to pass the following flags to phantomjs via phridge:
remoteDebuggerPort does not behave the same as --remote-debugger-port=8888, i.e. :
Allows one to open up a debugging session at 127.0.0.1:8888 in chrome/chromium. These debugging sessions don't fire in phridge, however.
Workaround?