phantom-pool icon indicating copy to clipboard operation
phantom-pool copied to clipboard

PhantomJS resource pool based on generic-pool

Results 6 phantom-pool issues
Sort by recently updated
recently updated
newest added

Hi ! :) I would like to create a small Docker image, based on Alpine, to use phantom-pool into a Docker container. By default, from Node image `8.11-alpine`, it's seems...

Could you please add a possibility to execute code after phantoms instance was created? For example before open several page it is needed to perform login operation. Login should be...

> If that is an issue for you, make sure you clean up any sensitive data on the phantom instance before returning it to the pool. As mentioned in the...

After running few hundered urls phantomJs CPU usage shoots up to 100% and instances are not killed. Is anybody else seeing this? I have to manually restart the pool. Is...

I am running the phantom pool to maintain the instances of the phantomJS with `const pool = phantomPool.default({ max: 100, // default min: 20, // default // how long a...