twolfart
twolfart
I have this interesting quirk: When running Chrome headless, HAR information will not be captured for HTTPS urls: ``` ChromeOptions opts = new ChromeOptions(); opts.addArguments("--headless"); ``` Information is captured when...
Thank you for your comment, but manually installing certificates is not an option for me. (I did not investigate how to automate it, though.) With a bit of digging in...
Works for me since https://github.com/lightbody/browsermob-proxy/issues/626#issuecomment-369961883
> I have not looked at integer substitution though. Could you please give an example of something that doesn't work @psiinon ? ``` env: vars: SPIDER_DURATION: 5 jobs: - type:...