c#硒浏览器超时

本文关键字:超时 浏览器 | 更新日期: 2023-09-27 18:29:02

在调用驱动程序时,硒测试后期出现超时问题。WindowHandles。

我想在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."}

c#硒浏览器超时

增加请求的时间跨度非常简单

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