0 down vote favorite share [g+] share [fb] share [tw]
I wants to read all the requests and responses made and get by the browser on navigating on a page.
For ex: If I navigate to http://www.yahoo.com then we observe that browser is making a lots of GET and post requests. For the purpose of image loading, content loading and to display the Ads (Advertisement).
I am using selenium web driver and C#.
Can you please help me how can I get all the requests (get/post) and responses.
Thanks, Ramesh Jhajharia