Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting Information from Google Chrome's Developer Tools

I am working on a project that wants me to get information from Google Chrome's Developer tools. More specifically, when I open up the developer tools on my target website, under the resources tab a folder is being populated called other.

This folder is populating a list of URLs. I am curious if it is possible to somehow access or get the URLs that are being populated via any coding language (preferably python,/javascript/ajax/java).

Any input, advice, suggestions as to how to go about accessing the data within Google Chrome's developer tools would be greatly appreciated.

like image 231
Justin Papez Avatar asked Feb 11 '26 09:02

Justin Papez


1 Answers

The Chrome Developer Tools has two parts frontend and backend and there is an API which specifies the protocol between these parts. You can see the specification here. You can use it for writing your own app instead of standard DevTools frontend.

Also there is experimental debugging API for chrome extensions.

like image 79
loislo Avatar answered Feb 13 '26 22:02

loislo



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!