confess icon indicating copy to clipboard operation
confess copied to clipboard

[ARCHIVED] Uses PhantomJS to headlessly analyze web pages and generate manifests. You may be able to use the puppeteer-har package instead.

Results 13 confess issues
Sort by recently updated
recently updated
newest added

I am new to phantomjs scripting and I understand it is possible to send a POST request using page.open() method. Is it possible to use confess.js or modify it to...

The given total size here was not the same with the amount in the real browser using Network Devtool under the transferred.

I'd like to analyze the network traffic if I can persist my cookie generated from a previous run. So for instance with curl I can ``` # save a cookie...

Seems to work. phantom.args was removed at some point. http://phantomjs.org/api/phantom/property/args.html

Change analogous to https://github.com/marcelduran/yslow/pull/150/commits/a5ec94d4702b3b2bae92b54d2ed2e32efdc7e109

I just tried to clone confess.js and use it with the current version of PhantomJS. Looks like they made a backwards incompatible change with v2.0 in that they no longer...

Is it possible to create a Main function and try to execute confess multiple times with different web pages... For example execute confess with the next pages: http://facebook.com http://google.com http://yahoo.com...

Hi, I'm testing confess with http://netzpolitik.org/ which has an https redirect. I've tried also the phantomjs option on ignore https error, but still the script freeze. Probably the page is...

When a resource is not propperly loaded, it keeps its original value '-', so in the addition operation for totalDuration javascript treats it as a string and give as a...