使用 MSHTML 进行 Web 自动化
我们想要自动化在 ASP.NET 中开发的 Web 应用程序。为了使该网站自动化,我们计划使用 MSHTML。但在最终确定 MSHTML 之前,我想知道 MSHTML 是否有任何已知的限制,或者请分享我们可能无法使用 MSHTML 实现自动化的控件列表。
请分享您使用 MSHTML 自动化的经验。谢谢。
We want to automate a web application which is developed in asp.net. For automating this site we are planning to use the MSHTML. But before finalizing MSHTML I would like to know if there are any known limitations of MSHTML or please share list of controls which we may not be able to automate using MSHTML.
Please share your experiences with MSHTML automation. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们使用 CAutomationElement 类来搜索 webDocument 上的元素并识别表格和不同的控件。一些示例代码如下:
We have used CAutomationElement class for seaching the elements on the webDocument and identified the table and different controls. Some sample code is as below: