【发布时间】:2020-02-04 20:42:56
【问题描述】:
所以,我的测试有以下命令目标值:
store attribute
id=loadGameButton
*visible*
正在尝试查找 id=loadGameButton... 失败:16:58:58
隐式等待在 30000 毫秒后超时
我试过这个How to check if a style has been applied in Selenium IDE 还有这个Selenium IDE cannot find ID
store attribute
css=#loadGameButton@style
*inline*
store attribute
css=[id='loadGameButton']
*inline*
但也不起作用:它总是返回 OK,而与我要检查的内容没有对应关系。
https://github.com/Areso/1255-burgomaster/tree/master/selenium-ide
【问题讨论】:
标签: selenium firefox selenium-ide