1

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!

Community
  • 1
  • 1
ktarik
  • 653
  • 1
  • 6
  • 9

1 Answers1

0

You can't. Selenium RC doesn't record that information.

Ross Patterson
  • 9,527
  • 33
  • 48