我正在尝试通过通过设置一个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!
发布评论