【发布时间】:2014-07-08 10:25:29
【问题描述】:
因此尝试掌握 selenium,对于我的第一个测试用例,我正在尝试编写一个测试用例以确保已加载股票提要。因此,我想验证是否有页码,是否有 £ 符号。
分页似乎工作正常,但我无法让它拿起£符号。
这是我得到的:
open -The page in question-
verifyElementPresent css=div.result_count result_count
verifyText id=boxed-container £
我确定一定有一些简单的东西我错过了。任何帮助表示赞赏:)
【问题讨论】:
标签: testing selenium currency selenium-ide verify