andynuss

Results 26 comments of andynuss

Reproduced this problem with rc.1 and FF 57. Will try with rc.1 and FF 58 and FF 59 tomorrow.

I was mistaken. My redirect works now on rc.1. Looked more carefully at the logs and there were some errcode 99s that were similar, but explained due to the fact...

I tried it as follows in the page.onLoadFinished hook: page.switchToFrame('0'); // use an index of zero as name since frame has no name page.evaluate(function () { console.log(document.documentElement.outerHTML); }); And it...

Any ideas on whether this is a limitation of slimer and if so, are there plans to fix?

I noticed that I previously found a similar behavior with puppeteer, and that this puppeteer issue indicated it had something to do with chromium? https://github.com/GoogleChrome/puppeteer/issues/2794

On 1, I found that this happens for some reason when creating an http server that calls my test scraping function, and not when I call it more than once...

and here is my http server written in javascript that compiles the typescript function above: /* eslint-disable prefer-template */ /* eslint-disable no-console */ const _http = require('http'); const { testUrl...

and here's how I invoked it from java (by running this standalone java file a second time while the node service is running): public class SecretAgentProxy { private static void...

I'll have to figure out how to take a session trace in a little while if you still need that.