I am a new user of Selenium-IDE: I only downloaded and started using
it two days ago.
I have spent several hours stuggling with a problem which brought me
to a halt: I think I have now found the answer, but I would be
grateful for any feedback.
Yesterday I had a test case running successfully; then I cut some
stages out of it, and the script on the same page stopped working
because an assertTextPresent invariably failed.
The page on which it failed has a frameset - it's the only such page I
am using at present, and I _think_ the answer is that the scope
'assertTextPresent' is not the current page at all (as it says
everywhere in the documentation) but only the current frame. I think I
need to select the frame before using assertTextPresent.
Can anybody verify this? And tell me how to get the documentation
updated, if I am right.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To post to this group, send email to
seleniu...@googlegroups.com.
To unsubscribe from this group, send email to
selenium-user...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/selenium-users?hl=en.