On Jan 24, 2014, at 5:18 PM, Alexey Petrushin <[email protected]> wrote: > I meant interactive control of phantom.js via child_process (not issuing just > one command by supplying argv when it start) is it possible? >
I haven’t had the need, so this is not from experience, but you may be able to use stdin/stdout support in PhantomJS: https://github.com/ariya/phantomjs/blob/master/examples/stdin-stdout-stderr.js Combined with child.stdin.write on the Node end, this might provide a unidirectional way to send data to the PhantomJS process. Caveat emptor[?], —ravi -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
