验证是否使用Selenium IDE显示验证消息

时间:2014-01-09 09:09:13

标签: testing selenium automated-tests selenium-ide

我想检查是否使用Selenium IDE显示验证消息。如果出现验证消息,则应自动使用默认值填充文本框。如果未显示验证消息,则应执行其余步骤。

我试过这个:

verifyTextPresent | Target | validation message
gotoif |  | jump
--Other steps--
label | jump |

对于我的病情,我应该在gotoif的目标区域给出什么。

1 个答案:

答案 0 :(得分:0)

您需要在目标中放置验证消息元素。