小编cro*_*wdy的帖子

如何使用Perl自动化现有的Internet Explorer实例?

我正在努力控制一个IE预览控件,它是带有perl的外部Windows应用程序上的'Internet Explorer_Server'类.

Internet Explorer_Server是窗口的类名,我用Spy ++找到它.这是我的断言代码

$className = Win32::GUI::GetClassName($window); 
if ($className eq "Internet Explorer_Server") { 
    ... 
}
Run Code Online (Sandbox Code Playgroud)

我可以使用"Internet Explorer_Server"处理Win32::GUI::GetWindow,但不知道下一步该做什么.

windows perl internet-explorer automation win32ole

2
推荐指数
1
解决办法
2581
查看次数

标签 统计

automation ×1

internet-explorer ×1

perl ×1

win32ole ×1

windows ×1