51Testing软件测试论坛

标题: webdriver里没有selenium1里的isTextPresent这样的方法了? [打印本页]

作者: showshow    时间: 2014-4-17 17:14
标题: webdriver里没有selenium1里的isTextPresent这样的方法了?
原先在selenium 1和selenium RC里,有验证页面文字的方法,像isTextPresent这样的方法,怎么到了webdriver里现在没有这种方法了,该怎么验证页面的文字呢???
作者: showshow    时间: 2014-4-18 15:01
好像找到了一个方法,用TestNG里的Assert方法
WebElement element = driver.findElement(By.xpath("//div[@class='classname']");
Assert.assertEquals(element.getText(), expectedText);

但我没有找到TestNG的Verify方法
不知道对不对啊
作者: showshow    时间: 2014-4-18 15:02
"//div[@class='classname']" 这段就是要验证的页面文本内容的xpath路径




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2