Possible Duplicate:
Checking HTTP Status Code in Selenium
I need to get web page status code by selenium RC using C#. Actually i need to get it after clicking on some link:
selenium.Click("http://www.google.com");
Can someone help me with this?
Thanks!