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

199 questions
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
  • 103
  • 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
  • 45
  • 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