Closed xeyesu closed 8 years ago
node yahoo.js
https://github.com/segmentio/nightmare
[root@test]# DEBUG=nightmare node --harmony yahoo.js
nightmare starting...
nightmare queueing action "goto" for http://yahoo.com +0ms
nightmare queueing action "type" +5ms
nightmare queueing action "click" +2ms
nightmare queueing action "wait" +0ms
nightmare queueing action "evaluate" +0ms
nightmare running +1ms
Without spinning up a Centos VM, this sounds suspiciously like there's no X-compatible framebuffer running. Take a look through #224, possible duplicate of #269.
Thank you very much. I have take a look through #224, and make some upgrade for my ubuntu server. Now my program has been running in ubuntu correctly.
Thank you!
closing since this is a dup of #224
I found that the Examples <<Let's search on Yahoo:>> can't run correctly in ubuntu & centos. When I run the examples in window 8, It's can run and output the result. But when I run the examples in ubuntu & centos, it run fast and exit at once, and no result output. It seems like that nightmare just push action into queue, but do nothing.
Can anybody else have such issues?