Configures this instance to ignore specific types of exceptions while waiting for a condition.
Any exceptions not whitelisted will be allowed to propagate, terminating the wait.
Namespace: OpenQA.Selenium.Support.UIAssembly: WebDriver.Support (in WebDriver.Support.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- exceptionTypes
- Type:
System Type
The types of exceptions to ignore.
Implements
IWait TSource IgnoreExceptionTypes( Type )See Also