I want to use browserermob to monitor network connections when running a GUI test with selenium. I found the information and documentation here and here and here , but it is completely unclear how to actually use it.
In the documentation, it reads:
server = Server("path/to/browsermob-proxy")
But what is this way? Where to find him?
Also i see
java -jar browsermob.jar --port 9090
but no explanation as to whether this file is jar if it is part of a browser installation, or something unrelated.
I would appreciate it if someone could provide an example of COMPLETE and WORKING on how to use the browser and that ALL that I need to install ...
java python selenium browsermob
Alex
source share