您好,我正在尝试检查输入的颜色是否为红色。(Selenium IDE 1.9 Firefox 插件)
如果我选择它
<td>verifyAttribute</td>
<td>id=focus_me</td>
<td>*color=red*</td>
“查找”按钮有效,但没有选择要检查的属性。
如果我将其更改为
<td>verifyAttribute</td>
<td>id=focus_me@color</td>
<td>*color=red*</td>
没有找到该元素,那么我该如何使用它?