0

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

Bruno
  • 4,685
  • 7
  • 54
  • 105
  • Possible duplicate of [How using try catch for exception handling is best practice](https://stackoverflow.com/questions/14973642/how-using-try-catch-for-exception-handling-is-best-practice) – devlin carnate May 24 '17 at 15:27

1 Answers1

1

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

Backs
  • 24,430
  • 5
  • 58
  • 85
  • Cool thanks. If I want to get it back again, how to do so? If I don't get the exception box anymore – Bruno May 24 '17 at 15:31
  • @ibiza here is manual: https://blogs.msdn.microsoft.com/visualstudioalm/2015/01/07/understanding-exceptions-while-debugging-with-visual-studio/ – Backs May 24 '17 at 15:37