Daniel Howe

Results 512 comments of Daniel Howe

background.html in FF ? and what version of FF are you testing this in?

Ok, I've now recreated this by manually entering 'background.html', but I'm thinking this is a spurious error having to do with this method of opening the console. I cannot get...

Check if you can access headers through the Selenium api...

No. We are trying to compare our requests to normal browser requests, so using a request API doesn't help us. Instead use browsermob-proxy or similar: https://github.com/lightbody/browsermob-proxy/#using-with-selenium

@cqx931 can we retest this with 3.4 for both firefox and chrome...

The [chrome.webRequest API](https://developer.chrome.com/extensions/webRequest) should handle this functionality, specifically the events: onBeforeRequest, onBeforeSendHeaders (for modifying the referer, and handling outgoing cookies), onHeadersReceived (for handling incoming cookies), and onCompleted

Still seeing this after I update adnauseam list: ![image](https://user-images.githubusercontent.com/737638/64235075-336f0280-cf2a-11e9-9adf-7c23a76950bb.png)

Looks good now, though it is not collected (changing the label)

@mneunomne where do we stand on this?