标签: python integration-testing splinter
我需要验证,在测试期间没有发生JavaScript异常或资源错误。
对于phantomjs,例如有一个onResourceError事件:http://phantomjs.org/api/webpage/handler/on-resource-error.html
onResourceError
使用splinter,是否有可能有类似的断言?例如,单击图库中的下一个按钮后没有发生资源错误,或者在导航栏中单击随机选项后没有发生JavaScript异常。