【发布时间】:2011-06-23 20:59:52
【问题描述】:
如何使用 selenium RC 确定 500 内部服务器错误?
我尝试使用 selenium.isTextPresent();方法,但它根本没有显示或检测到发生的情况。
【问题讨论】:
-
您是指主页的500错误还是页面加载的附加资源?如果是前者,那么 isTestPresent() 应该可以工作。
标签: selenium junit selenium-rc junit4 selenium-ide