OpenQA.Selenium.DriverTestFixture.IsIeDriverTimedOutException C# (CSharp) Méthode

IsIeDriverTimedOutException() protected méthode

protected IsIeDriverTimedOutException ( Exception e ) : bool
e System.Exception
Résultat bool
        protected bool IsIeDriverTimedOutException(Exception e)
        {
            // The IE driver may throw a timed out exception
            return e.GetType().Name.Contains("TimedOutException");
        }