Bruno
Bruno

Reputation: 4665

How to stop breaking on certain types of exceptions?

I would like to stop breaking on OpenQA.Selenium.WebDriverTimeoutException, as you can see in my Exception Settings, I have it unchecked, but it still breaks.

How can I filter them out?

enter image description here

Upvotes: 0

Views: 37

Answers (1)

Backs
Backs

Reputation: 24913

Uncheck this: You get this exception, because it's unhandled.

Upvotes: 1

Related Questions