Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question
verifyTextPresent working fine at our end. Please paste here the error which you observed while executing 'verifyTextPresent' – TDHM Jul 17 at 6:54
add comment (requires an account with 50 reputation)

1 Answer

up vote 0 down vote accepted

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.

share|improve this answer
add comment (requires an account with 50 reputation)

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.