I need to verify if opening the browser url is not landing to a particular page. Code snippet is a as below, where open is performed and the page displays 'couldn't open this url' but still exception is thrown from selenium
Error:
"ERROR in invoking Selenium Commands:Timed out after 100000ms".
Selenium RC command
selenium.setTimeout("100000");
selenium.open(url);
How to verify negative url's via selenium