Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I just started with selenium and wanted to know the kind of exception a selenium function can throw like say WaitForFramToLoad().

Basically, it will help m a lot if some one can point to a link which lists the general exceptions a selenium method can throw, so that I can catch the expected exceptions and throw the unwanted ones.

Thanks in Advance

share|improve this question
Which client language are you using? – Grzegorz Oledzki Feb 1 '11 at 15:29

1 Answer

In C#, the Selenium 1.0 api's throw Selenium.SeleniumException exclusively.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.