摘要:
Some software embed ie control in win32 window as the User Interface, such as Internet Explorer_Server. We can hardly identify the html control inner Internet Explorer_Server through Spy++. So it take... 阅读全文
posted @ 2010-05-05 01:23
CoderZh
阅读(2155)
评论(0)
推荐(1)
摘要:
有些软件的界面采用Win32窗口嵌套一个IE控件,用Spy++只能识别出一个Internet Explorer_Server控件。常用的几个API函数无法取到IE控件里面的内容,更无法对里面的控件进行操作,所以这给自动化带来了麻烦。本文将讲述如何使用Python获取IHTMLDocument2接口,用于自动化测试。获取IHTMLDocument2接口参考:http://support.micro... 阅读全文
posted @ 2010-05-05 00:57
CoderZh
阅读(4464)
评论(3)
推荐(1)