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!

0

1 Answer 1

0

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

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.