Questions tagged [browsermob-proxy]

BrowserMob Proxy (BMP) is based on technology developed in the Selenium open source project and a commercial load testing and monitoring service originally called BrowserMob and now part of Neustar.

The proxy is a free (Apache 2.0 license) utility that works well with Selenium or can be used independently.

It can capture performance data for web apps (via the HAR format), as well as manipulate browser behavior and traffic, such as whitelisting and blacklisting content, simulating network traffic and latency, and rewriting HTTP requests and responses.

For details and download: http://bmp.lightbody.net/ https://github.com/webmetrics/browsermob-proxy/downloads

202 questions
0
votes
1 answer

handling har files in browsermobproxy with selenium 2 and python

I am using browsermobproxy to store xhr requests with selenium webdriver and python. proxy.new_har("req", options={'captureHeaders': True,'captureContent':True}) driver.get("http://www.example.com") proxy.har After reading the har file, I find…
proprius
  • 422
  • 6
  • 16
0
votes
1 answer

SSL issue using browsermob proxy 2.1.0

Geting following exception on browsermob proxy. We have import Cyber villain cert to our browser(Firefox). Also website cert have been imported to java cacert. When we try to browser website on https, page is broken and we see following excepion on…
0
votes
2 answers

BrowserMob Proxy Questions

Is anyone familiar with using BrowserMob Proxy? I need some help. https://github.com/lightbody/browsermob-proxy/blob/master/README.md My goal is to try to use BrowserMob Proxy to detect that certain events are fired in the Network Tab. Any idea…
ML.
  • 539
  • 1
  • 7
  • 30
0
votes
2 answers

Selenium with BrowserMob-Proxy

I started to write some test on Selenium and thought it would be great if I could get the performance metrics for example upon logging in to our website. I came across BrowserMob-Proxy. I started by copying the first five line from Lightbody's…
user3006009
  • 83
  • 1
  • 2
  • 9
-1
votes
1 answer

Getting browsermob/proxy (LoadError) in windows 7

I am trying to run Browsermob proxy tool using selenium cucumber with a ruby in windows 7 but am facing with browsermob/proxy (LoadError) while importing browsermob/proxy libriary. I installed all required gems. could someone help me with this…
Ravi Teja
  • 37
  • 1
  • 10
-1
votes
1 answer

Robot Framework - Any ideas on how to capture http requests while a test suite/case is running?

I'm looking to capture specific network traffic while my tests are running. Currently, I am aware of the following libraries that can be integrated with robot framework: - Requests - browsermobproxy IS it possible to capture network traffic…
-1
votes
1 answer

Mobile analytic using selenium and appium

I'm able to do analytics testing using browsermob and selenium in my previous project, but 'm not able to do same with mobile web using appium and selenium. Though m able to start the proxy server but not able to bind it with my mobile web. Thanks
HSL
  • 26
  • 6
1 2 3
13
14