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");
        }