本文介绍了在Internet Explorer页面上捕获Web对象并使用鼠标单击列出其属性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好我需要帮助开发一个工具,可以帮助我在Web浏览器上捕获HTML页面上的任何对象,并使用简单鼠标单击列出其属性。我有点想象一个具有以下步骤的解决方案。



1)使用鼠标单击以识别它单击的Windows句柄。

2)验证该句柄的应用程序是Internet Explorer。

3)验证后将Handle分配给Window对象。

4)使用HTML文档对象功能提取和识别鼠标点击的对象。



但我在执行第3步和第4步时感到困惑,因为我无法从Handle获取Window对象。有人可以请你进一步帮助我。



谢谢



Bharath

Hi I need help developing a tool that can help me capture any objects on a HTML Page on a web browser and list its Properties by using Simple Mouse Click. I kind of imagined a solution with the following steps.

1) Using Mouse click to identify the Handle of Windows it clicked.
2) Validate the Application of that Handle is Internet Explorer.
3) After Validating assign the Handle to a Window object.
4) Use HTML Document Object functionality to extract and identify the Object clicked by Mouse.

but I am confused while performing step 3 & 4 because i am not able to get a Window object from the Handle. Can someone please assist me further.

Thanks

Bharath

推荐答案


这篇关于在Internet Explorer页面上捕获Web对象并使用鼠标单击列出其属性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-02 07:13