Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何找出默认的 PageLoadTimeout 值是多少?我能找到的最好的是-1,但我不确定这是一个足够的答案。
默认页面加载超时是“未设置”,这意味着“永远等待”。“未设置”的实际值可能会根据浏览器实现和语言绑定的组合而有所不同,但通常为 -1 表示未设置。请注意,默认值不能为零,因为可以将其设置PageLoadTimeout为零以强制立即返回。
PageLoadTimeout