2013-08-26 60 views
0

當我調用driver.WindowHandles時,我的超時問題進入我的硒測試。c#硒因特網探險者超時

我想在IE驅動程序中增加60秒的超時默認值。

錯誤消息;

ex = {"The HTTP request to the remote WebDriver server for URL http://localhost:43196/session/3385234a-4378-419a-9e3a-c59e6b0f7913/window timed out after 60 seconds."} 
+0

的時間跨度這不是很清楚的問題。你應該分享更多的信息。比如,'binary'等同於什麼,以及您使用的是iedriver.exe還是'firefoxdriver.exe'等。 – sircapsalot

+0

我只是試圖增加IE驅動程序的默認超時時間。 –

+0

所以你爲什麼要實例化'FirefoxDriver'而不是'InternetExplorerDriver' – sircapsalot

回答

1

這是相當簡單的增加要求

InternetExplorerDriver driver = new InternetExplorerDriver(@"c:\path", options, TimeSpan.FromMinutes(2));