Hi,
I am working on an automation effort. I have read through the BMP documentation & wanted to make sure I understand it correctly, when it comes to my requirement.
Today I use Fiddler to perform testing manually & it works well.
Requirement:
There are 2 requirements
1. When I open a weburl in the browser it loads lot of intermediate urls. During the transaction I want to hold one specific intermediate url, inspect the content and based on some values need to take some action.
2. When I open a weburl in the browser it loads lot of intermediate urls.
During the transaction I want to hold one specific
intermediate
url, navigate to response tab, *copy the RESPONSE to a local .html* file and then perform certain action.
Question:
1. Is Browsermob Proxy capable of "holding a specific intermediate url" while the website is getting loaded? I don't see this feature in the documentation? Today I use Fiddler manually and put a BreakPoint on a specific intermediate url to hold it for a while before the transaction is complete
2. The .har file does NOT contain the details that we see in the RESPONSE tab of url. I just see the header information being passed on.
I have used below commands to & view generate .har file.
curl -X PUT
http:/localhost:8080/proxy/8081/har
curl
http:/localhost:8080/proxy/8081/har
Regards
Aravind