OpenQA.Selenium.DriverTestFixture.IsIeDriverTimedOutException C# (CSharp) Метод

IsIeDriverTimedOutException() защищенный Метод

protected IsIeDriverTimedOutException ( Exception e ) : bool
e System.Exception
Результат bool
        protected bool IsIeDriverTimedOutException(Exception e)
        {
            // The IE driver may throw a timed out exception
            return e.GetType().Name.Contains("TimedOutException");
        }