【发布时间】:2015-05-18 14:50:28
【问题描述】:
我正在使用selenium(C#) MBUnit 框架。
我已将Thread.Sleep(60000) 语句放入我的测试中。
在使用 Gallio Icarus 执行上述语句时,我遇到了异常。
element timed out after 60 seconds. ---> System.Net.WebException: The operation has timed out
MBUnit 中两个 selenium 命令之间的默认超时时间是多少?
【问题讨论】: