Getting remote debugging set up with PhantomJS

前端 未结 4 771
后悔当初
后悔当初 2021-01-30 16:56

I\'m trying to set up remote debugging with PhantomJS, without much luck. I am following the instructions at https://github.com/ariya/phantomjs/wiki/Troubleshooting. I have a li

4条回答
  •  执笔经年
    2021-01-30 17:28

    The documentation says :

    To run your script, simply enter the __run() command in the Web Inspector Console.

    __run() is not a no-op but just a wrapper to your script. You need to select Console tab first and then enter __run() in the command window. If you are familiar with Chrome, it's fairly the same as for developpers tool.

    debug console

提交回复
热议问题