0

IE8 と Windows 7 の使用

次のルビーコードがあります。

new_browser = Watir::Browser.new :ie
my_url = "http://myworkingurl.mydomain.net/mypage.html"
new_browser.goto my_url

Internet Explorer ウィンドウが開くと、次のモーダル ポップアップが表示されます。

A program on your computer has corrupted your default search provider
setting for Internet Explorer.

Internet Explorer has reset this setting to your original search provider,
<redacted>.

Internet Explorer will now open Search Settings, where you can change this
setting or install more search providers.

この予期しないモーダル ポップアップが原因で、次の例外がスローされます。

Failed to navigate to http://myworkingurl.mydomain.net/mypage.html. This usually means that a call to the COM method IWebBrowser2::Navigate2() failed.

モーダル ウィンドウを閉じると動作し始めますが、数分後に同じ問題が発生します。この問題を完全に修正するにはどうすればよいですか?

4

1 に答える 1

0

Microsoft からの修正プログラムが必要なようです。それを試してみてください。

于 2012-10-10T04:16:12.257 に答える