从Google Chrome的开发人员工具获取信息 [英] Getting Information from Google Chrome's Developer Tools

查看:110
本文介绍了从Google Chrome的开发人员工具获取信息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开展一个项目,希望我从Google Chrome的开发者工具中获取信息。更具体地说,当我打开目标网站上的开发人员工具时,在资源选项卡下,正在填充一个名为other的文件夹。

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.

此文件夹填充了URL列表。我很好奇是否有可能以某种方式访问​​或获取通过任何编码语言填充的URL(最好是python,/ javascript / ajax / java)。

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).

非常感谢任何关于如何访问Google Chrome开发人员工具中的数据的建议,建议和建议。

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

推荐答案

Chrome开发者工具有两个部分前端和后端,还有一个API,用于指定这些部分之间的协议。您可以在此处查看规范。您可以使用它来编写自己的应用程序而不是标准的DevTools前端。

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.

此外还有实验性调试API ,用于扩展程序。

Also there is experimental debugging API for chrome extensions.

这篇关于从Google Chrome的开发人员工具获取信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆