sanjuro8998
sanjuro8998

Reputation: 1261

Verify Text on Selenium IDE

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

Answers (2)

Minhaj
Minhaj

Reputation: 1

Same issue I was facing. Please try VerifyText instead. It worked for me

Upvotes: 0

Sourabh
Sourabh

Reputation: 197

I think you should check for Global AMS Director whole value.

OR

  1. Select AMS value using mouse and after that right click on and select "verifyTextPresent AMS" command
  2. It will add your command in Selenium IDE and it should work fine.

I tried that on "Selenium Wiki page" and it was working fine.

Upvotes: 2

Related Questions