How do I confirm a given page was displayed after calling ISelenium.open()?

Posted by Randy Eppinger on Stack Overflow See other posts from Stack Overflow or by Randy Eppinger
Published on 2010-04-15T19:00:27Z Indexed on 2010/04/15 19:03 UTC
Read the original article Hit count: 158

Filed under:

Using .NET (though I don't think it is relevant), I have opened a page, but I want to confirm that the page was actually opened. I have a few ideas like using .Select(), but I want to do what is considered the best practice by others in the Selenium community.

© Stack Overflow or respective owner

Related posts about selenium-rc