无法在Selenium Firefox中找到该选项

时间:2015-03-27 11:35:10

标签: selenium-ide

我最近开始学习Selenium,在教程中有一个选项verifyTextPresent,在教程中,它如下所示。

Open the browser
start recording
select the text
right click on it
and there in options there is **verifyTextPresent** option

但是当我试图做同样的事情时,我无法找到这个选项。所以在我的浏览器中,我点击了Show All Available Commands,它给了我以下选项,但无法找到verifyTextPresent选项,请让我知道如何获得verifyTextPresent

但是,当我点击command文本框时,会显示verifyTextPresent

enter image description here

2 个答案:

答案 0 :(得分:1)

您好我可以在IDE中看到该命令。你可以再次验证吗?VerifyTextcommand

它告诉该命令已弃用,您必须使用verifyText命令。

答案 1 :(得分:1)

  

verifyTextPresent(pattern)不推荐使用此命令。使用   相反,verifyText命令带有元素定位器。

您应该继续使用VerifyText。