简体   繁体   中英

How to listen to all events in Internet Explorer and send them to another process

I'd like to listen to all the events that the dom\\html fires and I'd like to send them to another process to be processed (or to an app server - second best option)

I may have to handle issues like SSL site.

What are my choices ?

我发现了一些选项(我会感激更多)1.注入处理所有事件的JavaScript,并可能使用带有CORS的ajax发送数据2.侦听Windows事件并连接到IE进程以获取dom。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM