JavaScript分析与Chrome Devtools

发布于 2025-01-23 15:50:37 字数 579 浏览 0 评论 0 原文

我正在尝试通过通过设置一个url 通过将鼠标拼单上的鼠标单击。 当您单击“结果”页面上的任何飞行时,它将打开一个带有另一个链接的新选项卡,并且要构建该链接的逻辑必须使用JavaScript,因为完成点击完成后没有网络流量。

问题是进行分析时,它显示了一些JS功能,但它们都与打开的新选项卡有关。也许这与其他活动有关?还有其他介绍此用例的方法吗?

基本上,目标是了解如何生成新的选项卡链接并在无需单击它的情况下使用它,使用必须事先在代码上存在的数据。

任何见解都将不胜感激!

I am trying to profile some javascript code on this url by setting an event listener breakpoint on mouse click.
When you click on any flight on the results page, it opens a new tab with another link and the logic to build that link must be using javascript, since there is no network traffic going on when the click is done.

The problem is when doing a profiling it shows some js functions called but none of them related to the new tab opened. Maybe it is related to some other event? Any other ways to profile this use case?

Basically the goal would be to understand how that new tab link is generated and get it without the need to actually click it, using data that must be already present somewhere on the code beforehand.

Any insights would be appreciated!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文