避免 selenium IDE 中的超时错误
我正在使用 selenium IDE,我必须生成一个脚本,其中如果发生超时错误,它会将我重定向到 gmail,并且我将向客户支持发送电子邮件。如果没有出现时间错误,则将执行后续步骤。
是否可以生成这样的脚本? 我们可以在selenium IDE中设置定时器吗?
或者有什么解决方案可以避免超时错误?
I am using selenium IDE and i have to generate a script, in which if time out error occurs it will redirect me to gmail and in that i will send email to customer support. If time error doesn't come then next steps will execute.
Is it possible to generate such script?
can we set timer in selenium IDE?
Or is there any solution to avoid time out error?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不了解 selenium IDE,但这种情况下的通用解决方案是(使用 Python 语法):
I don't know about selenium IDE but a general solution in such cases is (using Python syntax):