• TAF - Selenium

    Does anyone know how to Log a Warning in the test output logs? You can write info to the log like this: SystemActor.AttemptsTo(Log.Info(String.Format("The following errors were found: {0}", sbErrs.ToString()))); but I can't figure out how to write…