node-chimera
node-chimera copied to clipboard
A new kind of headless webkit integration for nodejs; a great alternative to phantomjs.
There is a small typo in openssl/crypto/x509/x509.h, openssl/crypto/x509/x509name.c. Should read `passing` rather than `passsing`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md
Working on Windows7 64-Bit, getting the following error: ``` C:\workspace-js\nodejs-example>npm install chimera npm info it worked if it ends with ok npm info using [email protected] npm info using [email protected] npm...
Judging by the number of pull requests opened - some of which are many months old, is it fair to say that this project is no longer being worked on?
It throws the following error during installation ``` > [email protected] postinstall /home/*/projects/logged-in-crawler/node_modules/chimera > node scripts/download_native_binary.js downloading chimera native binary for: linux_x64 stream.js:94 throw er; // Unhandled stream error in pipe....
Is it posible to add some more detail api? , refer to phantomjs, such as pageload, request event.
Added new methods to the native module to allow: - captureBytes() - alternative to capture - will return a node Buffer with image data rather than saving to file. -...
Hey, I fixed the path to postinstall script :) Cheers Tobias
fixes issue #33 - the simple login example does not call the `callback` function in `run()`, but it should.
Can't find the file in the current MASTER.