Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

remoteDebuggerPort not respected #31

Description

@tecfu

I'm attempting to pass the following flags to phantomjs via phridge:

phridge.spawn({
  webSecurityEnabled : false,
  remoteDebuggerPort : 8888,
  ignoreSslErrors : true,
  remoteDebuggerAutorun : true
})

remoteDebuggerPort does not behave the same as --remote-debugger-port=8888, i.e. :

phantomjs --remote-debugger-port=8888 somfile.js

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions