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."}
的時間跨度這不是很清楚的問題。你應該分享更多的信息。比如,'binary'等同於什麼,以及您使用的是iedriver.exe還是'firefoxdriver.exe'等。 – sircapsalot
我只是試圖增加IE驅動程序的默認超時時間。 –
所以你爲什麼要實例化'FirefoxDriver'而不是'InternetExplorerDriver' – sircapsalot