selenium ide脚本回放出现element not found
Posted abigale123
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了selenium ide脚本回放出现element not found相关的知识,希望对你有一定的参考价值。
原因:
点击按钮,没有设置时间延迟,而页面加载,需要时间;当页面元素未加载完全,执行点击事件,就会报错:element... not found。
解决方案:
在点击事件前添加新的COMMAND。设置如下
Command= waitForValue
Target :id=productTypeSelect
即可运行成功
以上是关于selenium ide脚本回放出现element not found的主要内容,如果未能解决你的问题,请参考以下文章
在Selenium IDE中进行脚本重复回放测试------录好的脚本怎么重复播放