WebdriverIO & Browsermob
I'm currently trying to use Browsermob with WebdriverIO and I found this code on another answer, but when I run it, the firefox browser comes up and I see activity in the console windows I have selenium and browsermob-proxy running, but it does not go to the search.yahoo.com page. It just sits at a blank page and the tests ends (which says it passed, but that's something else) I'm running the latest WebdriverIO and Browsermob on a Mac Here's the code var Proxy = require('browsermob-proxy').Proxy , webdriverio = require('webdriverio') , fs = require('fs') , proxy = new Proxy() ; proxy.cbHAR(