Reputation: 1261
I'd like to verify some text on a webpage but seems that Selenium IDE is not finding it.
I want to find the word "AMS" on a page, and I'm using like this:
command: verifyTextPresent // target: AMS // value:
Here's a screenshoot to make it easier to understand (sorry about the black squares, they're sensitive information):
http://oi39.tinypic.com/w0a4m.jpg
Upvotes: 1
Views: 16955
Reputation: 1
Same issue I was facing. Please try VerifyText instead. It worked for me
Upvotes: 0
Reputation: 197
I think you should check for Global AMS Director whole value.
OR
I tried that on "Selenium Wiki page" and it was working fine.
Upvotes: 2