在使用 selenium 下载的过程中,我收到了这个错误:
对 URL http://localhost:57557/session/4aa4c28a-083-4477-b10d-1b35eff42b/url的远程 WebDriver 服务器的 HTTP 请求 在 60 秒后超时。
我试图设置我发现的超时:
var driver = new FirefoxDriver(myOptions)); driver.Manage().Timeouts().PageLoad = TimeSpan.FromMinutes(40); driver.Manage().Timeouts().ImplicitWait = TimeSpan.FromMinutes(40);
但似乎两者都不会影响 60 秒的超时。我该如何解决?
杨__羊羊
相关分类