I want to capture Chrome developer tool network data, either using java/javascript code or using automation tool like selenium2 webdriver.
1) I want to capture name of fired event from the network tab.
2) I need to get "Request URL" (from Header) info for that particular captured name.
Any thoughts would be helpful