-1

我需要解析 IE 呈现的页面源。

我可以使用以下简单代码打开 IE 到 URL。

(BrowserWinodw 类型来自 Visual Studio Coded UI 测试框架。)

BrowserWindow bw = BrowserWindow.Launch(url);

如何从 IE 窗口获取页面源?

谢谢!

4

1 回答 1

0

我想出了一个办法。使用 IHtmlDocument2 接口。参考这篇文章:http: //support.microsoft.com/kb/292485

我将很快分享我的代码片段。

于 2012-10-12T02:11:44.287 回答