browsermob-node
browsermob-node copied to clipboard
Javascript bindings for browsermob-proxy
I'm seeing this error: ``` DEBUG @wdio/config: @wdio/sync found, running tests synchronous mytest/node_modules/browsermob-proxy/index.js:36 .init() ^ TypeError: browser.init is not a function at Proxy.selFunc (mytest/node_modules/browsermob-proxy/index.js:36:14) at mytest/node_modules/browsermob-proxy/index.js:171:31 at mytest/node_modules/browsermob-proxy/index.js:140:25 at IncomingMessage....
"You can control the browsermob-proxy directly if you want even finer-grained control using methods mapped directly to its REST interface. Here is an example:" you give no example of how...
All the examples use webdriverjs, which is not the official selenium-webdriver library.
Hi, I am trying to create a proxy but I'm behind a corporate proxy, when I try to connect to internet using the proxy I'm unable to navigate, I did...
Can't get over the following error, no matter what. Is there any solution for this? Caught an exception on ProxyToServerConnection java.lang.ClassCastException: io.netty.buffer.PooledUnsafeDirectByteBuf cannot be cast to io.netty.handler.codec.http.HttpObject
ERROR: Error: connect ECONNREFUSED
Please give support for request manipulation https://github.com/lightbody/browsermob-proxy#http-request-manipulation
- Running Selenium server locally on port 4444 - Running Browsermob on port 8080 (default) - Using `selenium-webdriver` npm package to run my selenium tests for the Firefox browser -...
Running the following example: ```js var Proxy = require('browsermob-proxy').Proxy , proxy = new Proxy() , fs = require('fs'); proxy.doHAR('http://yahoo.com', function(err, data) { if (err) { console.error('ERROR: ' + err); }...
When I tested the casper example, the yahoo har file generates, but doesn't contain any requests entries. Is there any known issue with this example?