har file issue browsermob-proxy with webdriverio
问题 I was trying to use browsermob-proxy using this and this with webdriverio. It runs fine , but theres no har file generated. I tried changing the below line fs.writeFileSync('stuff.har', data, 'utf8'); to fs.writeFile('/Users/abc/xyz/stuff.har', data, 'utf8'); in the below code (from above links) var Proxy = require('browsermob-proxy').Proxy , webdriverio = require("./node_modules/webdriverio/") , fs = require('fs') , proxy = new Proxy() ; proxy.cbHAR('search.yahoo.com', doSeleniumStuff,