How do I confirm a given page was displayed after calling ISelenium.open()?
- by Randy Eppinger
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.