Reading & storing chrome Developer tool network data

978 views
Skip to first unread message

car...@gmail.com

unread,
Sep 21, 2015, 7:51:18 PM9/21/15
to Google Chrome Developer Tools
Hello,

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


Cheers

netowrk.png

Andrey Kosyakov

unread,
Sep 21, 2015, 8:07:08 PM9/21/15
to Google Chrome Developer Tools
You can do it with a DevTools extension using chrome.devtools.network extension API: https://developer.chrome.com/extensions/devtools_network
Alternatively, you can use DevTools remote protocol to obtain network events: https://developer.chrome.com/devtools/docs/debugger-protocol (the protocol is exposed either via a WebSocket or through chrome.debugger extension API).

Best regards,
Andrey.


--
You received this message because you are subscribed to the Google Groups "Google Chrome Developer Tools" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-chrome-develo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-chrome-developer-tools/6e0b5c2c-e165-4c50-bcc5-078e9b1b476b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Jawaid Ibrahim

unread,
Nov 29, 2018, 11:36:19 AM11/29/18
to Chrome DevTools
Hi Chandra,

Have you found this solution for you? I am also looking for the same solution with Network tab in Chrome browser, if you have any solution done, could you please share it with me?

Thank you and Regards, IJK
Reply all
Reply to author
Forward
0 new messages