Example #1
0
        /// <summary>
        /// Create a Selenium test object
        /// </summary>
        protected new void SetupTestObject()
        {
            ILogger newLogger = this.CreateAndSetupLogger(GetFileNameWithoutExtension(), LoggingConfig.GetLogType(), LoggingConfig.GetLoggingEnabledSetting(), LoggingConfig.GetFirstChanceHandler());

            this.TestObject = CreateSpecificTestObject(newLogger);
        }