Thanks for your help.
I wanted to capture all http requests made from the browser. So I am using browsermobproxy as a proxy. I am able to capture http request from the Firefox browser by manually configuring proxy setting. However when I am trying to do the same using open browser keyword it's failing. As per solution provided by you works for ie browser. Will it work for the Firefox browser as well.
Again thanks for your help.
Library. operating system
Library selenium library
Testcase
Try proxy
Set environment variable localhost 127.0.01
Open browser. ${URL} Browser=ff. ff_profile_dir=custom-profile-path
Note: sorry for the typo , but this works this is how use it for my project which uses special proxy setting
Thanks for your help.
I'll give it a try.